| 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_
|
|
|