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

Unified Diff: chrome/browser/browser_process.h

Issue 5512009: Remove unneeded browser_process.h includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux build Created 10 years 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: chrome/browser/browser_process.h
===================================================================
--- chrome/browser/browser_process.h (revision 68246)
+++ chrome/browser/browser_process.h (working copy)
@@ -23,8 +23,9 @@
class DownloadRequestLimiter;
class DownloadStatusUpdater;
class GoogleURLTracker;
-class IntranetRedirectDetector;
class IconManager;
+class IntranetRedirectDetector;
+class IOThread;
class MetricsService;
class NotificationUIManager;
class PrefService;
@@ -44,8 +45,6 @@
class PrintPreviewTabController;
}
-class IOThread;
-
// NOT THREAD SAFE, call only from the main thread.
// These functions shouldn't return NULL unless otherwise noted.
class BrowserProcess {

Powered by Google App Engine
This is Rietveld 408576698