| Index: ui/gl/scoped_binders.h
|
| diff --git a/ui/gl/scoped_binders.h b/ui/gl/scoped_binders.h
|
| index 5c327210f50462452cb5f989690585afabecd704..7be226ff2f0a3ef44ee1d033b358ec5dfd7a26d2 100644
|
| --- a/ui/gl/scoped_binders.h
|
| +++ b/ui/gl/scoped_binders.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/macros.h"
|
| #include "ui/gl/gl_export.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
| class GLStateRestorer;
|
|
|
| class GL_EXPORT ScopedFrameBufferBinder {
|
| @@ -153,6 +153,6 @@ class GL_EXPORT ScopedCapability {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedCapability);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_SCOPED_BINDERS_H_
|
|
|