summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
authorKen Rockot <rockot@chromium.org>2015-11-11 14:24:06 -0800
committerKen Rockot <rockot@chromium.org>2015-11-11 22:26:07 +0000
commitf2bfe56ff56152e21033992105c31437a3b150fe (patch)
tree8e81f342ef2cb5c53ee1f249ebfcb349eab5f1b4 /mandoline
parentd23c3995cd1439bc28a1254a9e8ff850c833fbf2 (diff)
downloadchromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.zip
chromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.tar.gz
chromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.tar.bz2
Eliminate third_party/mojo/src from all targets' include paths
Eliding presubmit here because the missing DEPS entries are going to be addressed here: https://codereview.chromium.org/1410053006 BUG=554556 R=jam@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1435063002 . Cr-Commit-Position: refs/heads/master@{#359174}
Diffstat (limited to 'mandoline')
-rw-r--r--mandoline/services/updater/DEPS2
-rw-r--r--mandoline/services/updater/updater_app.cc2
-rw-r--r--mandoline/services/updater/updater_impl.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/mandoline/services/updater/DEPS b/mandoline/services/updater/DEPS
index 07502be..244d48c 100644
--- a/mandoline/services/updater/DEPS
+++ b/mandoline/services/updater/DEPS
@@ -6,4 +6,6 @@ include_rules = [
"+mojo/public/cpp/bindings",
"+mojo/services/network",
"+mojo/services/updater",
+ "+third_party/mojo/src/mojo/public/c/system",
+ "+third_party/mojo/src/mojo/public/cpp/bindings",
]
diff --git a/mandoline/services/updater/updater_app.cc b/mandoline/services/updater/updater_app.cc
index 0a1675c..211b648 100644
--- a/mandoline/services/updater/updater_app.cc
+++ b/mandoline/services/updater/updater_app.cc
@@ -9,7 +9,7 @@
#include "mojo/application/public/cpp/application_connection.h"
#include "mojo/application/public/cpp/application_impl.h"
#include "mojo/application/public/cpp/application_runner.h"
-#include "mojo/public/c/system/main.h"
+#include "third_party/mojo/src/mojo/public/c/system/main.h"
namespace updater {
diff --git a/mandoline/services/updater/updater_impl.h b/mandoline/services/updater/updater_impl.h
index b8b7dbc..e0b3e94 100644
--- a/mandoline/services/updater/updater_impl.h
+++ b/mandoline/services/updater/updater_impl.h
@@ -7,8 +7,8 @@
#include "base/macros.h"
#include "mojo/application/public/cpp/application_impl.h"
-#include "mojo/public/cpp/bindings/strong_binding.h"
#include "mojo/services/updater/updater.mojom.h"
+#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
namespace updater {