summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/ui/graphic_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nvflinger/ui/graphic_buffer.h')
-rw-r--r--src/core/hle/service/nvflinger/ui/graphic_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/ui/graphic_buffer.h b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
index 2e7f251ef..7abbf78ba 100644
--- a/src/core/hle/service/nvflinger/ui/graphic_buffer.h
+++ b/src/core/hle/service/nvflinger/ui/graphic_buffer.h
@@ -10,7 +10,7 @@
#include "common/common_types.h"
#include "core/hle/service/nvflinger/pixel_format.h"
-namespace android {
+namespace Service::android {
class GraphicBuffer final {
public:
@@ -97,4 +97,4 @@ private:
};
static_assert(sizeof(GraphicBuffer) == 0x16C, "GraphicBuffer has wrong size");
-} // namespace android
+} // namespace Service::android