diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
commit | dcccb943bf4fd080a5574520b0e2150825a57db7 (patch) | |
tree | 5f7cab85ba74e825fed2d65beeffc96e38365f1c /chrome/browser/memory_details.cc | |
parent | 1d458fa236a1aba5c6adde38607dcfd54d2455e0 (diff) | |
download | chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.zip chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.gz chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.bz2 |
Fix a bunch of header includes. I removed some unnecessary headers from a
variety of places and added ones in other files that were accidentally
depending on them.
Review URL: http://codereview.chromium.org/19742
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details.cc')
-rw-r--r-- | chrome/browser/memory_details.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc index 321d8cf..f2c3f79 100644 --- a/chrome/browser/memory_details.cc +++ b/chrome/browser/memory_details.cc @@ -13,6 +13,7 @@ #include "base/thread.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_trial.h" +#include "chrome/browser/chrome_thread.h" #include "chrome/browser/plugin_process_host.h" #include "chrome/browser/plugin_service.h" #include "chrome/browser/renderer_host/render_process_host.h" |