Skip to content

Commit

Permalink
Import chip::app::Clusters instead of app::Clusters (#24822)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Feb 2, 2023
1 parent c3a5b9e commit 653a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tv-app/android/java/AppImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
#include <platform/CHIPDeviceLayer.h>
#include <platform/DeviceInstanceInfoProvider.h>

using namespace app::Clusters;
using namespace chip;
using namespace chip::app::Clusters;
using namespace chip::AppPlatform;
using namespace chip::DeviceLayer;

Expand Down

0 comments on commit 653a5c0

Please sign in to comment.