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

Unified Diff: content/browser/navigator_connect/navigator_connect_context.h

Issue 831523004: Enable posting a message from JS to Android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component builds Created 5 years, 11 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: content/browser/navigator_connect/navigator_connect_context.h
diff --git a/content/browser/navigator_connect/navigator_connect_context.h b/content/browser/navigator_connect/navigator_connect_context.h
index db4edbcc8a02d5d9eee80f036667ed58f41344ec..37948674de4062a04df3300566b55823a602208c 100644
--- a/content/browser/navigator_connect/navigator_connect_context.h
+++ b/content/browser/navigator_connect/navigator_connect_context.h
@@ -7,8 +7,8 @@
#include <map>
#include "base/memory/ref_counted.h"
-#include "content/browser/message_port_delegate.h"
#include "content/common/service_worker/service_worker_status_code.h"
+#include "content/public/browser/message_port_delegate.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698