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

Unified Diff: services/ui/gpu/gpu_service_impl.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « services/ui/gpu/display_compositor/display_impl.cc ('k') | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_impl.h
diff --git a/components/mus/gpu/gpu_service_impl.h b/services/ui/gpu/gpu_service_impl.h
similarity index 81%
rename from components/mus/gpu/gpu_service_impl.h
rename to services/ui/gpu/gpu_service_impl.h
index 9d5f66ec7152b8f9df13332790b0fa106887d8e8..1f8e5b07ad763a3bceafbdc4a3e8b2301b9a4787 100644
--- a/components/mus/gpu/gpu_service_impl.h
+++ b/services/ui/gpu/gpu_service_impl.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_GPU_GPU_SERVICE_IMPL_H_
-#define COMPONENTS_MUS_GPU_GPU_SERVICE_IMPL_H_
+#ifndef SERVICES_UI_GPU_GPU_SERVICE_IMPL_H_
+#define SERVICES_UI_GPU_GPU_SERVICE_IMPL_H_
-#include "components/mus/public/interfaces/gpu_memory_buffer.mojom.h"
-#include "components/mus/public/interfaces/gpu_service.mojom.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
+#include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
+#include "services/ui/public/interfaces/gpu_service.mojom.h"
namespace shell {
class Connection;
@@ -46,4 +46,4 @@ class GpuServiceImpl : public mojom::GpuService {
} // namespace mus
-#endif // COMPONENTS_MUS_GPU_GPU_SERVICE_IMPL_H_
+#endif // SERVICES_UI_GPU_GPU_SERVICE_IMPL_H_
« no previous file with comments | « services/ui/gpu/display_compositor/display_impl.cc ('k') | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698