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

Unified Diff: services/view_manager/connection_manager.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/connection_manager.cc
diff --git a/mojo/services/view_manager/connection_manager.cc b/services/view_manager/connection_manager.cc
similarity index 97%
rename from mojo/services/view_manager/connection_manager.cc
rename to services/view_manager/connection_manager.cc
index 4e69b14d01b6af2f3453ed93866cfc7abc085d3d..06556b3fffdc61c16a70e314e7814cdb395983e8 100644
--- a/mojo/services/view_manager/connection_manager.cc
+++ b/services/view_manager/connection_manager.cc
@@ -2,19 +2,19 @@
// 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/connection_manager.h"
+#include "services/view_manager/connection_manager.h"
#include "base/logging.h"
#include "base/stl_util.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/input_events/input_events_type_converters.h"
#include "mojo/public/interfaces/application/service_provider.mojom.h"
-#include "mojo/services/view_manager/client_connection.h"
-#include "mojo/services/view_manager/connection_manager_delegate.h"
-#include "mojo/services/view_manager/display_manager.h"
-#include "mojo/services/view_manager/server_view.h"
-#include "mojo/services/view_manager/view_coordinate_conversions.h"
-#include "mojo/services/view_manager/view_manager_service_impl.h"
+#include "services/view_manager/client_connection.h"
+#include "services/view_manager/connection_manager_delegate.h"
+#include "services/view_manager/display_manager.h"
+#include "services/view_manager/server_view.h"
+#include "services/view_manager/view_coordinate_conversions.h"
+#include "services/view_manager/view_manager_service_impl.h"
namespace mojo {
namespace service {

Powered by Google App Engine
This is Rietveld 408576698