From 9d9a80a42fb5ce0879227132b848034c4dbb4ee9 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sun, 10 Oct 2010 13:18:10 +0000 Subject: 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 --- chrome/browser/notifications/notifications_prefs_cache_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/notifications/notifications_prefs_cache_unittest.cc') 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")); -- cgit v1.1