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

Unified Diff: components/devtools_service/devtools_agent_host.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (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/devtools_service/DEPS ('k') | components/devtools_service/devtools_http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_service/devtools_agent_host.h
diff --git a/components/devtools_service/devtools_agent_host.h b/components/devtools_service/devtools_agent_host.h
index 131307a9e7e525195a7d32fc104d10081958cafa..e5b782db59a0d28df298ab81670581de4a6409ef 100644
--- a/components/devtools_service/devtools_agent_host.h
+++ b/components/devtools_service/devtools_agent_host.h
@@ -9,8 +9,8 @@
#include "base/macros.h"
#include "components/devtools_service/public/interfaces/devtools_service.mojom.h"
-#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
-#include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h"
+#include "mojo/public/cpp/bindings/binding.h"
+#include "mojo/public/cpp/bindings/callback.h"
namespace devtools_service {
« no previous file with comments | « components/devtools_service/DEPS ('k') | components/devtools_service/devtools_http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698