summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/consumer_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nvflinger/consumer_base.h')
-rw-r--r--src/core/hle/service/nvflinger/consumer_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/consumer_base.h b/src/core/hle/service/nvflinger/consumer_base.h
index 574ea9781..ae34ea0a9 100644
--- a/src/core/hle/service/nvflinger/consumer_base.h
+++ b/src/core/hle/service/nvflinger/consumer_base.h
@@ -15,7 +15,7 @@
#include "core/hle/service/nvflinger/consumer_listener.h"
#include "core/hle/service/nvflinger/status.h"
-namespace android {
+namespace Service::android {
class BufferItem;
class BufferQueueConsumer;
@@ -56,4 +56,4 @@ protected:
mutable std::mutex mutex;
};
-} // namespace android
+} // namespace Service::android