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 { |