| Index: chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| index 515fc3fa4e48bfb9321caeeff5670148c7038ee1..1ec3ef637419f5279f4e506467b2dc22dd109fc0 100644
|
| --- a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| class BookmarkExpandedStateTrackerTest : public testing::Test {
|
| @@ -23,8 +23,8 @@ class BookmarkExpandedStateTrackerTest : public testing::Test {
|
| private:
|
| scoped_ptr<TestingProfile> profile_;
|
| MessageLoopForUI message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkExpandedStateTrackerTest);
|
| };
|
|
|