| Index: ui/gl/android/scoped_java_surface.h
|
| diff --git a/ui/gl/android/scoped_java_surface.h b/ui/gl/android/scoped_java_surface.h
|
| index c955cc212bc737b60c126b09f178f675fbe804d9..857ff5b1de905420cf6403a89ab3204f5461fe6d 100644
|
| --- a/ui/gl/android/scoped_java_surface.h
|
| +++ b/ui/gl/android/scoped_java_surface.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/move.h"
|
| #include "ui/gl/gl_export.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class SurfaceTexture;
|
|
|
| @@ -63,6 +63,6 @@ class GL_EXPORT ScopedJavaSurface {
|
| base::android::ScopedJavaGlobalRef<jobject> j_surface_;
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_ANDROID_SCOPED_JAVA_SURFACE_H_
|
|
|