summaryrefslogtreecommitdiffstats
path: root/components/mus/gles2/gpu_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/gles2/gpu_impl.h')
-rw-r--r--components/mus/gles2/gpu_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/gles2/gpu_impl.h b/components/mus/gles2/gpu_impl.h
index 6bc1cdb..f184751 100644
--- a/components/mus/gles2/gpu_impl.h
+++ b/components/mus/gles2/gpu_impl.h
@@ -15,7 +15,7 @@
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
#include "ui/mojo/geometry/geometry.mojom.h"
-namespace mus {
+namespace gles2 {
class GpuImpl : public mojo::Gpu {
public:
@@ -33,6 +33,6 @@ class GpuImpl : public mojo::Gpu {
DISALLOW_COPY_AND_ASSIGN(GpuImpl);
};
-} // namespace mus
+} // namespace gles2
#endif // COMPONENTS_MUS_GLES2_GPU_IMPL_H_