diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-05 20:15:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-05 20:15:56 +0000 |
commit | d99bcaae9af32923a53f3c448cf95cbf7ad20775 (patch) | |
tree | 6b40b46581ced68d2faf6b3fcdde111f981ee7c5 /chrome/browser/browser_process.h | |
parent | 0dce40724db9c037c33d4e83051705441de2bb6b (diff) | |
download | chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.zip chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.gz chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.bz2 |
Remove unneeded browser_process.h includes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5512009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68323 0039d316-1c4b-4281-b951-d872f2087c98
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 { |