Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(991)

Unified Diff: chrome/browser/cocoa/collected_cookies_mac_unittest.mm

Issue 3660002: Rename ChromeThread to BrowserThread Part13: (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/collected_cookies_mac_unittest.mm
diff --git a/chrome/browser/cocoa/collected_cookies_mac_unittest.mm b/chrome/browser/cocoa/collected_cookies_mac_unittest.mm
index 033cc717a36e0f19fb94296ac34835cd07a8a4c8..c0a849066216209cb1c7d8ac63c9f36bc8f671ae 100644
--- a/chrome/browser/cocoa/collected_cookies_mac_unittest.mm
+++ b/chrome/browser/cocoa/collected_cookies_mac_unittest.mm
@@ -19,7 +19,7 @@ class CollectedCookiesWindowControllerTest : public RenderViewHostTestHarness {
};
TEST_F(CollectedCookiesWindowControllerTest, Construction) {
- ChromeThread ui_thread(ChromeThread::UI, MessageLoop::current());
+ BrowserThread ui_thread(BrowserThread::UI, MessageLoop::current());
// Create a test tab. SiteInstance will be deleted when tabContents is
// deleted.
SiteInstance* instance =

Powered by Google App Engine
This is Rietveld 408576698