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

Unified Diff: components/filesystem/main.cc

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « components/filesystem/files_test_base.h ('k') | components/filesystem/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/main.cc
diff --git a/components/filesystem/main.cc b/components/filesystem/main.cc
index 6e25653fbd8d13114d91743f95db4264b465ff77..764f3f3a276ef3070e0da4fe4624f454bafe25c4 100644
--- a/components/filesystem/main.cc
+++ b/components/filesystem/main.cc
@@ -5,7 +5,7 @@
#include "base/macros.h"
#include "components/filesystem/file_system_app.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"
MojoResult MojoMain(MojoHandle application_request) {
mojo::ApplicationRunner runner(new filesystem::FileSystemApp());
« no previous file with comments | « components/filesystem/files_test_base.h ('k') | components/filesystem/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698