| Index: services/ui/gles2/gpu_memory_tracker.h
|
| diff --git a/components/mus/gles2/gpu_memory_tracker.h b/services/ui/gles2/gpu_memory_tracker.h
|
| similarity index 85%
|
| rename from components/mus/gles2/gpu_memory_tracker.h
|
| rename to services/ui/gles2/gpu_memory_tracker.h
|
| index 925ca978d190745ce0946d1ef8411f4e1f5d4dfd..071736467fabb6182386da727d07d0e89c4192b2 100644
|
| --- a/components/mus/gles2/gpu_memory_tracker.h
|
| +++ b/services/ui/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_MUS_GLES2_GPU_MEMORY_TRACKER_H_
|
| -#define COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
|
| +#ifndef SERVICES_UI_GLES2_GPU_MEMORY_TRACKER_H_
|
| +#define SERVICES_UI_GLES2_GPU_MEMORY_TRACKER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -36,4 +36,4 @@ class GpuMemoryTracker : public gpu::gles2::MemoryTracker {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_GPU_MEMORY_TRACKER_H_
|
| +#endif // SERVICES_UI_GLES2_GPU_MEMORY_TRACKER_H_
|
|
|