Index: chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc |
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc |
index 7563edd89f5e12d2761ec01ba8f3d8e7af59b9c2..8316d3d5a6f1a6d2b1c89f15f42e7ffdc8e1f6e8 100644 |
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc |
+++ b/chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h" |
#include "chrome/browser/ui/gtk/bookmarks/bookmark_tree_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" |
using base::Time; |
@@ -47,8 +47,8 @@ class BookmarkEditorGtkTest : public testing::Test { |
protected: |
MessageLoopForUI message_loop_; |
- BrowserThread ui_thread_; |
- BrowserThread file_thread_; |
+ content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread file_thread_; |
BookmarkModel* model_; |
scoped_ptr<TestingProfile> profile_; |