summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 13:09:04 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 13:09:04 +0000
commit3fc40c14495f094dbb47ae4237e8d013304de0f4 (patch)
tree4520cf7e6b93b16d2b3cc91b733f33fc07636523 /chrome/browser/io_thread.h
parente8e24288b7b8f9a1915e535190f9b8849bfd64e8 (diff)
downloadchromium_src-3fc40c14495f094dbb47ae4237e8d013304de0f4.zip
chromium_src-3fc40c14495f094dbb47ae4237e8d013304de0f4.tar.gz
chromium_src-3fc40c14495f094dbb47ae4237e8d013304de0f4.tar.bz2
Switch to IWYU for files that previously were getting a bunch of
header files via io_thread.h or browser_thread.h TBR=owners (previously approved on codereview 8477004) BUG=98716 Review URL: http://codereview.chromium.org/8746023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r--chrome/browser/io_thread.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 41be0c9..ccf1c83 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -19,16 +19,6 @@
#include "content/public/browser/browser_thread_delegate.h"
#include "net/base/network_change_notifier.h"
-// TODO(joi): Remove these in a follow-up change and IWYU in files
-// that were getting them directly or indirectly from here.
-#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
-#include "base/message_loop_proxy.h"
-#include "base/synchronization/lock.h"
-#include "base/threading/thread.h"
-
-class BrowserProcessImpl;
class ChromeNetLog;
class ExtensionEventRouterForwarder;
class MediaInternals;