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

Unified Diff: content/public/browser/utility_process_host.h

Issue 11618049: Cleanup: Remove unneeded browser_thread.h includes in contents. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 7 years, 12 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/public/browser/download_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/utility_process_host.h
===================================================================
--- content/public/browser/utility_process_host.h (revision 174830)
+++ content/public/browser/utility_process_host.h (working copy)
@@ -7,11 +7,14 @@
#include "base/process_util.h"
#include "content/common/content_export.h"
-#include "content/public/browser/browser_thread.h"
#include "ipc/ipc_sender.h"
class FilePath;
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace content {
class UtilityProcessHostClient;
struct ChildProcessData;
« no previous file with comments | « content/public/browser/download_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698