diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 16:38:27 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 16:38:27 +0000 |
commit | 017a7a11d6fa3aa239dd4997f260c819897b7e8a (patch) | |
tree | d2ab3ea59ada62636df4765bd82e011820a7a98d /chrome/browser/power_save_blocker_common.cc | |
parent | 24d27d716c59796e6df6e890109e80bfc09053c8 (diff) | |
download | chromium_src-017a7a11d6fa3aa239dd4997f260c819897b7e8a.zip chromium_src-017a7a11d6fa3aa239dd4997f260c819897b7e8a.tar.gz chromium_src-017a7a11d6fa3aa239dd4997f260c819897b7e8a.tar.bz2 |
Rename ChromeThread to BrowserThread Part21:
- Include browser_thread.h instead of chrome_thread.h in more 100 files.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3691006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/power_save_blocker_common.cc')
-rw-r--r-- | chrome/browser/power_save_blocker_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/power_save_blocker_common.cc b/chrome/browser/power_save_blocker_common.cc index 44c8619..7fc9fa1 100644 --- a/chrome/browser/power_save_blocker_common.cc +++ b/chrome/browser/power_save_blocker_common.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "chrome/browser/power_save_blocker.h" -#include "chrome/browser/chrome_thread.h" +#include "chrome/browser/browser_thread.h" // Accessed only from the UI thread. int PowerSaveBlocker::blocker_count_ = 0; |