diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 05:00:29 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 05:00:29 +0000 |
commit | 4d3b42a773a09463c9f57613206729aff2f84bfd (patch) | |
tree | 92e86c0e05c64ec50e672eaef8a30c4b8394f372 /chrome/browser/search_engines/template_url_fetcher_unittest.cc | |
parent | 34867b3fcd518cdb50435806c821e5be2604bc88 (diff) | |
download | chromium_src-4d3b42a773a09463c9f57613206729aff2f84bfd.zip chromium_src-4d3b42a773a09463c9f57613206729aff2f84bfd.tar.gz chromium_src-4d3b42a773a09463c9f57613206729aff2f84bfd.tar.bz2 |
Rename ChromeThread to BrowserThread Part4:
- Rename entries under safe_browsing, search_engines, service and speech.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3552013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/search_engines/template_url_fetcher_unittest.cc')
-rw-r--r-- | chrome/browser/search_engines/template_url_fetcher_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/search_engines/template_url_fetcher_unittest.cc b/chrome/browser/search_engines/template_url_fetcher_unittest.cc index 1b28b5a..a2a2846 100644 --- a/chrome/browser/search_engines/template_url_fetcher_unittest.cc +++ b/chrome/browser/search_engines/template_url_fetcher_unittest.cc @@ -50,7 +50,7 @@ class TemplateURLFetcherTest : public testing::Test { ASSERT_TRUE(test_server_.Start()); test_util_.SetUp(); - io_thread_.reset(new ChromeThread(ChromeThread::IO)); + io_thread_.reset(new BrowserThread(BrowserThread::IO)); base::Thread::Options options; options.message_loop_type = MessageLoop::TYPE_IO; io_thread_->StartWithOptions(options); @@ -71,7 +71,7 @@ class TemplateURLFetcherTest : public testing::Test { protected: TemplateURLModelTestUtil test_util_; net::TestServer test_server_; - scoped_ptr<ChromeThread> io_thread_; + scoped_ptr<BrowserThread> io_thread_; private: DISALLOW_COPY_AND_ASSIGN(TemplateURLFetcherTest); |