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

Unified Diff: content/browser/resource_context.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
« no previous file with comments | « content/browser/resolve_proxy_msg_helper_unittest.cc ('k') | content/browser/site_instance_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resource_context.cc
diff --git a/content/browser/resource_context.cc b/content/browser/resource_context.cc
index 552ed1e06f7a244332173c2d1a22b27974e5df90..d59f6b1146b00377f3d4cea2539f2ffde2ae7d16 100644
--- a/content/browser/resource_context.cc
+++ b/content/browser/resource_context.cc
@@ -5,8 +5,8 @@
#include "content/browser/resource_context.h"
#include "base/logging.h"
-#include "content/browser/browser_thread.h"
#include "content/browser/plugin_process_host.h"
+#include "content/public/browser/browser_thread.h"
#include "webkit/database/database_tracker.h"
namespace content {
« no previous file with comments | « content/browser/resolve_proxy_msg_helper_unittest.cc ('k') | content/browser/site_instance_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698