Index: services/ui/gles2/command_buffer_impl.h |
diff --git a/components/mus/gles2/command_buffer_impl.h b/services/ui/gles2/command_buffer_impl.h |
similarity index 94% |
rename from components/mus/gles2/command_buffer_impl.h |
rename to services/ui/gles2/command_buffer_impl.h |
index a37f2d1ec43869b871a197be36d0d144f59838db..d1e028a761c2f1d2e88a3f14d921d428ba0d2a65 100644 |
--- a/components/mus/gles2/command_buffer_impl.h |
+++ b/services/ui/gles2/command_buffer_impl.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_COMMAND_BUFFER_IMPL_H_ |
-#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_IMPL_H_ |
+#ifndef SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_ |
+#define SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_ |
#include <stdint.h> |
@@ -12,10 +12,10 @@ |
#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
#include "base/single_thread_task_runner.h" |
-#include "components/mus/gles2/command_buffer_driver.h" |
-#include "components/mus/public/interfaces/command_buffer.mojom.h" |
#include "gpu/command_buffer/common/command_buffer.h" |
#include "mojo/public/cpp/bindings/binding.h" |
+#include "services/ui/gles2/command_buffer_driver.h" |
+#include "services/ui/public/interfaces/command_buffer.mojom.h" |
namespace mus { |
@@ -123,4 +123,4 @@ class CommandBufferImpl : public mojom::CommandBuffer, |
} // namespace mus |
-#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_IMPL_H_ |
+#endif // SERVICES_UI_GLES2_COMMAND_BUFFER_IMPL_H_ |