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

Unified Diff: services/ui/common/gpu_service.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/common/gpu_memory_buffer_impl.cc ('k') | services/ui/common/gpu_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/gpu_service.h
diff --git a/components/mus/common/gpu_service.h b/services/ui/common/gpu_service.h
similarity index 90%
rename from components/mus/common/gpu_service.h
rename to services/ui/common/gpu_service.h
index a3d5cd106f6dba04aab40856024b7f1693a54765..48a02a4784a2e972cd5a498e173bc0b4360c9c0c 100644
--- a/components/mus/common/gpu_service.h
+++ b/services/ui/common/gpu_service.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_COMMON_GPU_SERVICE_H_
-#define COMPONENTS_MUS_COMMON_GPU_SERVICE_H_
+#ifndef SERVICES_UI_COMMON_GPU_SERVICE_H_
+#define SERVICES_UI_COMMON_GPU_SERVICE_H_
#include <stdint.h>
#include <vector>
@@ -14,10 +14,10 @@
#include "base/synchronization/lock.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread.h"
-#include "components/mus/common/mojo_gpu_memory_buffer_manager.h"
-#include "components/mus/common/mus_common_export.h"
-#include "components/mus/public/interfaces/gpu_service.mojom.h"
#include "gpu/ipc/client/gpu_channel_host.h"
+#include "services/ui/common/mojo_gpu_memory_buffer_manager.h"
+#include "services/ui/common/mus_common_export.h"
+#include "services/ui/public/interfaces/gpu_service.mojom.h"
namespace shell {
class Connector;
« no previous file with comments | « services/ui/common/gpu_memory_buffer_impl.cc ('k') | services/ui/common/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698