| Index: ui/gl/gl_bindings.cc
|
| diff --git a/ui/gl/gl_bindings.cc b/ui/gl/gl_bindings.cc
|
| index 3dfe634b2d81fead3b9b6b81ea5aaa15582a4d0d..2bc3c0aadb726162c308ab93a307fa830fc6071b 100644
|
| --- a/ui/gl/gl_bindings.cc
|
| +++ b/ui/gl/gl_bindings.cc
|
| @@ -22,7 +22,7 @@
|
| #include "ui/gl/gl_surface_egl.h"
|
| #endif
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| std::string DriverOSMESA::GetPlatformExtensions() {
|
| return "";
|
| @@ -61,4 +61,4 @@ std::string DriverGLX::GetPlatformExtensions() {
|
| }
|
| #endif
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|