Index: app/gfx/gl/gl_interface.cc |
=================================================================== |
--- app/gfx/gl/gl_interface.cc (revision 46574) |
+++ app/gfx/gl/gl_interface.cc (working copy) |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "gpu/command_buffer/service/gl_interface.h" |
+#include "app/gfx/gl/gl_interface.h" |
-namespace gles2 { |
+namespace gfx { |
GLInterface* GLInterface::interface_; |
@@ -16,5 +16,5 @@ |
return interface_; |
} |
-} // namespace gles2 |
+} // namespace gfx |