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

Unified Diff: components/window_manager/basic_focus_rules.cc

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/window_manager/basic_focus_rules.cc
diff --git a/components/window_manager/basic_focus_rules.cc b/components/window_manager/basic_focus_rules.cc
index 924a110538f476b41a6778e989a6a06f1262272a..9056a9e5565ae9ce4d697d52f7cb8b0da97731d0 100644
--- a/components/window_manager/basic_focus_rules.cc
+++ b/components/window_manager/basic_focus_rules.cc
@@ -5,7 +5,7 @@
#include "components/window_manager/basic_focus_rules.h"
#include "base/macros.h"
-#include "third_party/mojo_services/src/view_manager/public/cpp/view.h"
+#include "components/view_manager/public/cpp/view.h"
using mojo::View;

Powered by Google App Engine
This is Rietveld 408576698