| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| index 226cabf3529b677d29894130c97280485920e1d3..1567f93c49db9830bda30b4bdee6304dfb0dea44 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc
|
| @@ -10,7 +10,7 @@
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/gtk/tabstrip_origin_provider.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"
|
|
|
| // Dummy implementation that's good enough for the tests; we don't test
|
| @@ -50,8 +50,8 @@ class BookmarkBarGtkUnittest : public testing::Test {
|
| }
|
|
|
| MessageLoopForUI message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
|
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_ptr<Browser> browser_;
|
|
|