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

Unified Diff: services/view_manager/view_manager_service_impl.cc

Issue 774473003: Move view_manager service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/view_manager/view_manager_service_impl.cc
diff --git a/mojo/services/view_manager/view_manager_service_impl.cc b/services/view_manager/view_manager_service_impl.cc
similarity index 98%
rename from mojo/services/view_manager/view_manager_service_impl.cc
rename to services/view_manager/view_manager_service_impl.cc
index 402b3b46338f6d80972f7c065098d3412753ff42..8e927a6001a8fe53f88d3b367b711659ba157d9b 100644
--- a/mojo/services/view_manager/view_manager_service_impl.cc
+++ b/services/view_manager/view_manager_service_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/services/view_manager/view_manager_service_impl.h"
+#include "services/view_manager/view_manager_service_impl.h"
#include "base/bind.h"
#include "base/stl_util.h"
@@ -10,10 +10,10 @@
#include "mojo/converters/input_events/input_events_type_converters.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
#include "mojo/services/public/interfaces/window_manager/window_manager_internal.mojom.h"
-#include "mojo/services/view_manager/connection_manager.h"
-#include "mojo/services/view_manager/default_access_policy.h"
-#include "mojo/services/view_manager/server_view.h"
-#include "mojo/services/view_manager/window_manager_access_policy.h"
+#include "services/view_manager/connection_manager.h"
+#include "services/view_manager/default_access_policy.h"
+#include "services/view_manager/server_view.h"
+#include "services/view_manager/window_manager_access_policy.h"
namespace mojo {
namespace service {

Powered by Google App Engine
This is Rietveld 408576698