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

Unified Diff: chrome/browser/tab_contents/web_contents_unittest.cc

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/tab_contents/web_contents_unittest.cc
diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc
index d103b65003f045ce9f20b94fd27713e935774795..4a41bb874cec493f210a4751b3366605edf0dfa7 100644
--- a/chrome/browser/tab_contents/web_contents_unittest.cc
+++ b/chrome/browser/tab_contents/web_contents_unittest.cc
@@ -186,7 +186,7 @@ class TabContentsTest : public RenderViewHostTestHarness {
public:
TabContentsTest()
: RenderViewHostTestHarness(),
- ui_thread_(ChromeThread::UI, &message_loop_) {
+ ui_thread_(BrowserThread::UI, &message_loop_) {
}
private:
@@ -224,7 +224,7 @@ class TabContentsTest : public RenderViewHostTestHarness {
profile_.reset(NULL);
}
- ChromeThread ui_thread_;
+ BrowserThread ui_thread_;
};
// Test to make sure that title updates get stripped of whitespace.
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_manager_unittest.cc ('k') | chrome/browser/tab_contents/web_drag_source_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698