Index: chrome/browser/ui/views/bookmarks/bookmark_context_menu_test.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_context_menu_test.cc b/chrome/browser/ui/views/bookmarks/bookmark_context_menu_test.cc |
index b0f8ea1d1cacde905db8f6f4afeed2b8f2662fc9..c9c842ba202e751af759ac8fac2232bf9aa4fc95 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_context_menu_test.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_context_menu_test.cc |
@@ -14,8 +14,8 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/views/bookmarks/bookmark_context_menu.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" |
@@ -82,8 +82,8 @@ class BookmarkContextMenuTest : 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_; |