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

Unified Diff: components/mus/gles2/mojo_gpu_memory_buffer_manager.cc

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/mojo_gpu_memory_buffer_manager.h ('k') | components/mus/ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/mojo_gpu_memory_buffer_manager.cc
diff --git a/components/mus/gles2/mojo_gpu_memory_buffer_manager.cc b/components/mus/gles2/mojo_gpu_memory_buffer_manager.cc
index 3ef2293d29bbe4b12514f2ad0d93f23e760f042a..a48594fb10fe5741916c6eb27a66ba688a30e3da 100644
--- a/components/mus/gles2/mojo_gpu_memory_buffer_manager.cc
+++ b/components/mus/gles2/mojo_gpu_memory_buffer_manager.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "components/mus/gles2/mojo_gpu_memory_buffer.h"
-namespace gles2 {
+namespace mus {
MojoGpuMemoryBufferManager::MojoGpuMemoryBufferManager() {}
@@ -32,4 +32,4 @@ void MojoGpuMemoryBufferManager::SetDestructionSyncPoint(
NOTIMPLEMENTED();
}
-} // namespace gles2
+} // namespace mus
« no previous file with comments | « components/mus/gles2/mojo_gpu_memory_buffer_manager.h ('k') | components/mus/ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698