diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 02:45:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 02:45:52 +0000 |
commit | f8b3ef8aab85985cb74d748112a1a3ec8e2b7ed8 (patch) | |
tree | 3bca9c7a2c36af1c29ae37e0668be3ee1849356a /chrome/browser/host_zoom_map_unittest.cc | |
parent | ad27b85ef15c7446744911b776a733842f8e9206 (diff) | |
download | chromium_src-f8b3ef8aab85985cb74d748112a1a3ec8e2b7ed8.zip chromium_src-f8b3ef8aab85985cb74d748112a1a3ec8e2b7ed8.tar.gz chromium_src-f8b3ef8aab85985cb74d748112a1a3ec8e2b7ed8.tar.bz2 |
Rename ChromeThread to BrowserThread Part15:
- Rename entries in more 40 files under chrome/browser.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3704001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/host_zoom_map_unittest.cc')
-rw-r--r-- | chrome/browser/host_zoom_map_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/host_zoom_map_unittest.cc b/chrome/browser/host_zoom_map_unittest.cc index 5899165..b9f2bc0f 100644 --- a/chrome/browser/host_zoom_map_unittest.cc +++ b/chrome/browser/host_zoom_map_unittest.cc @@ -28,7 +28,7 @@ class HostZoomMapTest : public testing::Test { public: static const double kZoomLevel; HostZoomMapTest() - : ui_thread_(ChromeThread::UI, &message_loop_), + : ui_thread_(BrowserThread::UI, &message_loop_), prefs_(profile_.GetPrefs()), per_host_zoom_levels_pref_(prefs::kPerHostZoomLevels), url_("http://example.com/test"), @@ -45,7 +45,7 @@ class HostZoomMapTest : public testing::Test { } MessageLoopForUI message_loop_; - ChromeThread ui_thread_; + BrowserThread ui_thread_; TestingProfile profile_; PrefService* prefs_; std::string per_host_zoom_levels_pref_; // For the observe matcher. |