summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
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 {