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

Unified Diff: services/ui/common/gpu_type_converters.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_service.cc ('k') | services/ui/common/gpu_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/gpu_type_converters.h
diff --git a/components/mus/common/gpu_type_converters.h b/services/ui/common/gpu_type_converters.h
similarity index 86%
rename from components/mus/common/gpu_type_converters.h
rename to services/ui/common/gpu_type_converters.h
index 74c170c04378f07bae73ec79831da88c61bdccf1..08e409c49b77ab200f2338d2d5a6d6ff25bc321d 100644
--- a/components/mus/common/gpu_type_converters.h
+++ b/services/ui/common/gpu_type_converters.h
@@ -2,15 +2,15 @@
// 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_TYPE_CONVERTERS_H_
-#define COMPONENTS_MUS_COMMON_GPU_TYPE_CONVERTERS_H_
+#ifndef SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
+#define SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
#include "build/build_config.h"
-#include "components/mus/common/mus_common_export.h"
-#include "components/mus/public/interfaces/channel_handle.mojom.h"
-#include "components/mus/public/interfaces/gpu.mojom.h"
-#include "components/mus/public/interfaces/gpu_memory_buffer.mojom.h"
#include "mojo/public/cpp/bindings/type_converter.h"
+#include "services/ui/common/mus_common_export.h"
+#include "services/ui/public/interfaces/channel_handle.mojom.h"
+#include "services/ui/public/interfaces/gpu.mojom.h"
+#include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
namespace gfx {
struct GpuMemoryBufferHandle;
@@ -92,4 +92,4 @@ struct MUS_COMMON_EXPORT TypeConverter<mus::mojom::GpuInfoPtr, gpu::GPUInfo> {
} // namespace mojo
-#endif // COMPONENTS_MUS_COMMON_GPU_TYPE_CONVERTERS_H_
+#endif // SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
« no previous file with comments | « services/ui/common/gpu_service.cc ('k') | services/ui/common/gpu_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698