| Index: ui/gl/angle_platform_impl.h
|
| diff --git a/ui/gl/angle_platform_impl.h b/ui/gl/angle_platform_impl.h
|
| index 0783f2cb2fba4e907e9cd201cb7b62d845430029..5a0ade6cb4d72967dc2e6a02633cad0bba07af63 100644
|
| --- a/ui/gl/angle_platform_impl.h
|
| +++ b/ui/gl/angle_platform_impl.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/macros.h"
|
| #include "third_party/angle/include/platform/Platform.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // Derives the base ANGLE platform and provides implementations
|
| class ANGLEPlatformImpl : public angle::Platform {
|
| @@ -54,6 +54,6 @@ class ANGLEPlatformImpl : public angle::Platform {
|
| DISALLOW_COPY_AND_ASSIGN(ANGLEPlatformImpl);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_ANGLE_PLATFORM_IMPL_H_
|
|
|