| Index: chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc b/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| index f20c648480130376ac52b4ce5f2ac03342e08968..3837e06b811701886e63418a323fafdd14be9dca 100644
|
| --- a/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_context_menu_controller_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/tab_contents/page_navigator.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "grit/generated_resources.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -76,8 +76,8 @@ class BookmarkContextMenuControllerTest : public testing::Test {
|
|
|
| protected:
|
| MessageLoopForUI message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
| scoped_ptr<TestingProfile> profile_;
|
| BookmarkModel* model_;
|
| TestingPageNavigator navigator_;
|
|
|