aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvflinger/buffer_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nvflinger/buffer_slot.h')
-rw-r--r--src/core/hle/service/nvflinger/buffer_slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_slot.h b/src/core/hle/service/nvflinger/buffer_slot.h
index 24b806d33..e3ea58910 100644
--- a/src/core/hle/service/nvflinger/buffer_slot.h
+++ b/src/core/hle/service/nvflinger/buffer_slot.h
@@ -11,7 +11,7 @@
#include "common/common_types.h"
#include "core/hle/service/nvflinger/ui/fence.h"
-namespace android {
+namespace Service::android {
class GraphicBuffer;
@@ -36,4 +36,4 @@ struct BufferSlot final {
bool is_preallocated{};
};
-} // namespace android
+} // namespace Service::android