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

Unified Diff: services/ui/gpu/mus_gpu_memory_buffer_manager.cc

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
Index: services/ui/gpu/mus_gpu_memory_buffer_manager.cc
diff --git a/components/mus/gpu/mus_gpu_memory_buffer_manager.cc b/services/ui/gpu/mus_gpu_memory_buffer_manager.cc
similarity index 95%
rename from components/mus/gpu/mus_gpu_memory_buffer_manager.cc
rename to services/ui/gpu/mus_gpu_memory_buffer_manager.cc
index d9ecbd3257a74400ed71593f2467212189eb7c83..de66ce0b2b161be34b856531d71fc077145a1f6f 100644
--- a/components/mus/gpu/mus_gpu_memory_buffer_manager.cc
+++ b/services/ui/gpu/mus_gpu_memory_buffer_manager.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/gpu/mus_gpu_memory_buffer_manager.h"
+#include "services/ui/gpu/mus_gpu_memory_buffer_manager.h"
#include "base/logging.h"
-#include "components/mus/common/generic_shared_memory_id_generator.h"
-#include "components/mus/gpu/gpu_service_mus.h"
#include "gpu/ipc/client/gpu_memory_buffer_impl.h"
#include "gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h"
#include "gpu/ipc/common/gpu_memory_buffer_support.h"
#include "gpu/ipc/service/gpu_memory_buffer_factory.h"
+#include "services/ui/common/generic_shared_memory_id_generator.h"
+#include "services/ui/gpu/gpu_service_mus.h"
namespace mus {
« no previous file with comments | « services/ui/gpu/mus_gpu_memory_buffer_manager.h ('k') | services/ui/gpu/mus_gpu_unittests_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698