summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notifications_prefs_cache_unittest.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 13:18:10 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 13:18:10 +0000
commit9d9a80a42fb5ce0879227132b848034c4dbb4ee9 (patch)
tree5c480f45c0356f0da2943eaf5934ac74f2bfecc1 /chrome/browser/notifications/notifications_prefs_cache_unittest.cc
parent92543b1c9f448f56d83d29ac23b60ae3bae0c739 (diff)
downloadchromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.zip
chromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.tar.gz
chromium_src-9d9a80a42fb5ce0879227132b848034c4dbb4ee9.tar.bz2
Rename ChromeThread to BrowserThread Part12:
- Rename entries under in_process_webkit and notifications. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3669002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/notifications_prefs_cache_unittest.cc')
-rw-r--r--chrome/browser/notifications/notifications_prefs_cache_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/notifications_prefs_cache_unittest.cc b/chrome/browser/notifications/notifications_prefs_cache_unittest.cc
index 0cbea9e..ba6e073 100644
--- a/chrome/browser/notifications/notifications_prefs_cache_unittest.cc
+++ b/chrome/browser/notifications/notifications_prefs_cache_unittest.cc
@@ -18,7 +18,7 @@ TEST(NotificationsPrefsCacheTest, CanCreate) {
{
MessageLoop loop;
- ChromeThread ui_thread(ChromeThread::UI, &loop);
+ BrowserThread ui_thread(BrowserThread::UI, &loop);
cache->SetCacheAllowedOrigins(allowed_origins);
cache->SetCacheDeniedOrigins(denied_origins);
@@ -29,7 +29,7 @@ TEST(NotificationsPrefsCacheTest, CanCreate) {
{
MessageLoop loop;
- ChromeThread io_thread(ChromeThread::IO, &loop);
+ BrowserThread io_thread(BrowserThread::IO, &loop);
cache->CacheAllowedOrigin(GURL("http://allowed2.com"));
cache->CacheDeniedOrigin(GURL("http://denied2.com"));