diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 7c2e307..ecf3003 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -23,8 +23,9 @@ class DevToolsManager; 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 PrintJobManager; class PrintPreviewTabController; } -class IOThread; - // NOT THREAD SAFE, call only from the main thread. // These functions shouldn't return NULL unless otherwise noted. class BrowserProcess { |