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

Unified Diff: content/browser/renderer_host/java_bridge_dispatcher_host.cc

Issue 8392042: Split BrowserThread into public API and private implementation, step 1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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/renderer_host/java_bridge_dispatcher_host.cc
diff --git a/content/browser/renderer_host/java_bridge_dispatcher_host.cc b/content/browser/renderer_host/java_bridge_dispatcher_host.cc
index 2cc64865a77dae38e081ea18121d33dd5c7a1a4f..60e33fbb9fb47184434bdcda2afc2f01506546b2 100644
--- a/content/browser/renderer_host/java_bridge_dispatcher_host.cc
+++ b/content/browser/renderer_host/java_bridge_dispatcher_host.cc
@@ -4,14 +4,14 @@
#include "content/browser/renderer_host/java_bridge_dispatcher_host.h"
-#include "content/browser/browser_thread.h"
-#include "content/browser/renderer_host/java_bridge_channel_host.h"
#include "content/browser/renderer_host/browser_render_process_host.h"
+#include "content/browser/renderer_host/java_bridge_channel_host.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/common/child_process.h"
#include "content/common/java_bridge_messages.h"
#include "content/common/npobject_stub.h"
#include "content/common/npobject_util.h" // For CreateNPVariantParam()
+#include "content/public/browser/browser_thread.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
JavaBridgeDispatcherHost::JavaBridgeDispatcherHost(

Powered by Google App Engine
This is Rietveld 408576698