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

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

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus 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
Index: components/mus/gles2/mojo_buffer_backing.cc
diff --git a/components/mus/gles2/mojo_buffer_backing.cc b/components/mus/gles2/mojo_buffer_backing.cc
index bdb745bef47ce16a4ebf4d6c4c0a327f6c6b087a..1beadb32cda3620f0c0b9d7fd264709c32ff55e0 100644
--- a/components/mus/gles2/mojo_buffer_backing.cc
+++ b/components/mus/gles2/mojo_buffer_backing.cc
@@ -6,7 +6,7 @@
#include "base/logging.h"
-namespace gles2 {
+namespace mus {
MojoBufferBacking::MojoBufferBacking(mojo::ScopedSharedBufferHandle handle,
void* memory,
@@ -37,4 +37,4 @@ size_t MojoBufferBacking::GetSize() const {
return size_;
}
-} // namespace gles2
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698