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

Unified Diff: components/mus/gles2/gpu_memory_tracker.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/gpu_memory_tracker.h ('k') | components/mus/gles2/gpu_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_memory_tracker.cc
diff --git a/components/mus/gles2/gpu_memory_tracker.cc b/components/mus/gles2/gpu_memory_tracker.cc
index b40e8f1e243d354ecfdbbf38dde506d7d29a7a53..6048d614e5aface9a7c944321633fd124207400c 100644
--- a/components/mus/gles2/gpu_memory_tracker.cc
+++ b/components/mus/gles2/gpu_memory_tracker.cc
@@ -4,7 +4,7 @@
#include "components/mus/gles2/gpu_memory_tracker.h"
-namespace gles2 {
+namespace mus {
GpuMemoryTracker::GpuMemoryTracker() {}
@@ -27,4 +27,4 @@ int GpuMemoryTracker::ClientId() const {
GpuMemoryTracker::~GpuMemoryTracker() {}
-} // namespace gles2
+} // namespace mus
« no previous file with comments | « components/mus/gles2/gpu_memory_tracker.h ('k') | components/mus/gles2/gpu_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698