diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 18:54:49 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 18:54:49 +0000 |
commit | 8281e48e7ea8f55058a69d4ff26b78a98697ffe9 (patch) | |
tree | 717040a73e8464702c117513d6deabcb99694cda /chrome/browser/spellcheck_host.h | |
parent | 580939a16f88c074d248830d08eed8b4ce3b7544 (diff) | |
download | chromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.zip chromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.tar.gz chromium_src-8281e48e7ea8f55058a69d4ff26b78a98697ffe9.tar.bz2 |
Rename ChromeThread to BrowserThread Part22:
- Include browser_thread instead of chrome_thread in more 97 files.
Now the remaining files that are including chrome_thread.h are:
chrome_thread.cc and browser_thread.h.
They will be fixed next.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3717004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellcheck_host.h')
-rw-r--r-- | chrome/browser/spellcheck_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellcheck_host.h b/chrome/browser/spellcheck_host.h index de25a71..901ebb9 100644 --- a/chrome/browser/spellcheck_host.h +++ b/chrome/browser/spellcheck_host.h @@ -13,7 +13,7 @@ #include "base/platform_file.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" -#include "chrome/browser/chrome_thread.h" +#include "chrome/browser/browser_thread.h" #include "chrome/common/net/url_fetcher.h" class Profile; |