| 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.
|
|
|