Index: services/ui/gles2/gpu_state.h |
diff --git a/components/mus/gles2/gpu_state.h b/services/ui/gles2/gpu_state.h |
similarity index 92% |
rename from components/mus/gles2/gpu_state.h |
rename to services/ui/gles2/gpu_state.h |
index f30d485bfc78d14fa283b04a7000d41f12c7ce2b..24605dbb467cd43d42375e2fd42b98f81b58f120 100644 |
--- a/components/mus/gles2/gpu_state.h |
+++ b/services/ui/gles2/gpu_state.h |
@@ -2,21 +2,21 @@ |
// 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_STATE_H_ |
-#define COMPONENTS_MUS_GLES2_GPU_STATE_H_ |
+#ifndef SERVICES_UI_GLES2_GPU_STATE_H_ |
+#define SERVICES_UI_GLES2_GPU_STATE_H_ |
#include <memory> |
#include "base/memory/ref_counted.h" |
#include "base/single_thread_task_runner.h" |
#include "base/threading/thread.h" |
-#include "components/mus/gles2/command_buffer_driver_manager.h" |
-#include "components/mus/gles2/command_buffer_task_runner.h" |
#include "gpu/command_buffer/service/gpu_preferences.h" |
#include "gpu/command_buffer/service/mailbox_manager_impl.h" |
#include "gpu/command_buffer/service/sync_point_manager.h" |
#include "gpu/config/gpu_driver_bug_workarounds.h" |
#include "gpu/config/gpu_info.h" |
+#include "services/ui/gles2/command_buffer_driver_manager.h" |
+#include "services/ui/gles2/command_buffer_task_runner.h" |
#include "ui/gl/gl_share_group.h" |
namespace { |
@@ -104,4 +104,4 @@ class GpuState : public base::RefCountedThreadSafe<GpuState> { |
} // namespace mus |
-#endif // COMPONENTS_MUS_GLES2_GPU_STATE_H_ |
+#endif // SERVICES_UI_GLES2_GPU_STATE_H_ |