diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 11:55:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 11:55:26 +0000 |
commit | 0c7d74fa3286ec04c080a2ffdc5d015c10fe7c37 (patch) | |
tree | b6803b94d704e6986642e36da11532eecffceb9d /chrome/browser/spellcheck_host.h | |
parent | a2e6df2c24bd6ecfcd95a0cda680a27a3403bec7 (diff) | |
download | chromium_src-0c7d74fa3286ec04c080a2ffdc5d015c10fe7c37.zip chromium_src-0c7d74fa3286ec04c080a2ffdc5d015c10fe7c37.tar.gz chromium_src-0c7d74fa3286ec04c080a2ffdc5d015c10fe7c37.tar.bz2 |
Rename ChromeThread to BrowserThread Part16:
- Rename entries starting from shell_integration.cc. More 30 files covered.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3708001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62136 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 452ea6a..de25a71 100644 --- a/chrome/browser/spellcheck_host.h +++ b/chrome/browser/spellcheck_host.h @@ -21,7 +21,7 @@ class SpellCheckHostObserver; class URLRequestContextGetter; class SpellCheckHost : public base::RefCountedThreadSafe<SpellCheckHost, - ChromeThread::DeleteOnFileThread>, + BrowserThread::DeleteOnFileThread>, public URLFetcher::Delegate { public: SpellCheckHost(SpellCheckHostObserver* observer, |