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

Unified Diff: components/view_manager/view_manager_service_impl.h

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/view_manager/view_manager_service_impl.h
diff --git a/components/view_manager/view_manager_service_impl.h b/components/view_manager/view_manager_service_impl.h
index 0341b7eb51e5149829ff39310c9941f344cf0e71..501d5afedddaab45ce8181ba7cf0c5158d657746 100644
--- a/components/view_manager/view_manager_service_impl.h
+++ b/components/view_manager/view_manager_service_impl.h
@@ -12,10 +12,10 @@
#include "base/basictypes.h"
#include "base/containers/hash_tables.h"
#include "base/memory/scoped_ptr.h"
+#include "components/surfaces/public/interfaces/surface_id.mojom.h"
#include "components/view_manager/access_policy_delegate.h"
#include "components/view_manager/ids.h"
-#include "third_party/mojo_services/src/surfaces/public/interfaces/surface_id.mojom.h"
-#include "third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom.h"
+#include "components/view_manager/public/interfaces/view_manager.mojom.h"
namespace gfx {
class Rect;

Powered by Google App Engine
This is Rietveld 408576698