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

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

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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_impl.cc ('k') | components/mus/gles2/gpu_memory_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/gpu_memory_tracker.h
diff --git a/components/view_manager/gles2/gpu_memory_tracker.h b/components/mus/gles2/gpu_memory_tracker.h
similarity index 82%
rename from components/view_manager/gles2/gpu_memory_tracker.h
rename to components/mus/gles2/gpu_memory_tracker.h
index 7300472aabd79e4f094aa417b6b9b51773cbec6b..94e6422ba3ea9f56677815bc52afefc65a11569b 100644
--- a/components/view_manager/gles2/gpu_memory_tracker.h
+++ b/components/mus/gles2/gpu_memory_tracker.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIEW_MANAGER_GLES2_GPU_MEMORY_TRACKER_H_
-#define COMPONENTS_VIEW_MANAGER_GLES2_GPU_MEMORY_TRACKER_H_
+#ifndef COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
+#define COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
#include "gpu/command_buffer/service/memory_tracking.h"
@@ -32,4 +32,4 @@ class GpuMemoryTracker : public gpu::gles2::MemoryTracker {
} // namespace gles2
-#endif // COMPONENTS_VIEW_MANAGER_GLES2_GPU_MEMORY_TRACKER_H_
+#endif // COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
« no previous file with comments | « components/mus/gles2/gpu_impl.cc ('k') | components/mus/gles2/gpu_memory_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698