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

Unified Diff: components/mus/gles2/command_buffer_impl_observer.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/gles2/command_buffer_impl.cc ('k') | components/mus/gles2/command_buffer_local.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_impl_observer.h
diff --git a/components/mus/gles2/command_buffer_impl_observer.h b/components/mus/gles2/command_buffer_impl_observer.h
index c39b4973890d0cc381803623e727a460fd3aba92..6ea42de87627ce2676efbb01942c53d87f18b22d 100644
--- a/components/mus/gles2/command_buffer_impl_observer.h
+++ b/components/mus/gles2/command_buffer_impl_observer.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
#define COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
-namespace gles2 {
+namespace mus {
class CommandBufferImplObserver {
public:
@@ -15,6 +15,6 @@ class CommandBufferImplObserver {
~CommandBufferImplObserver() {}
};
-} // namespace gles2
+} // namespace mus
#endif // COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
« no previous file with comments | « components/mus/gles2/command_buffer_impl.cc ('k') | components/mus/gles2/command_buffer_local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698