Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: components/mus/gles2/command_buffer_driver.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/gesture_manager_unittest.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_driver.h
diff --git a/components/mus/gles2/command_buffer_driver.h b/components/mus/gles2/command_buffer_driver.h
index 09c4c708874a26702331069fbf0a1503fcae1e05..4a19d11f5c0c1d78c852c4d41f65ce60b2759a94 100644
--- a/components/mus/gles2/command_buffer_driver.h
+++ b/components/mus/gles2/command_buffer_driver.h
@@ -28,7 +28,7 @@ class GLContext;
class GLSurface;
}
-namespace gles2 {
+namespace mus {
class GpuState;
@@ -94,6 +94,6 @@ class CommandBufferDriver {
DISALLOW_COPY_AND_ASSIGN(CommandBufferDriver);
};
-} // namespace gles2
+} // namespace mus
#endif // COMPONENTS_GLES2_COMMAND_BUFFER_DRIVER_H_
« no previous file with comments | « components/mus/gesture_manager_unittest.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698