Index: chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc |
diff --git a/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc b/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc |
index 3d108f112be74d5235d28c19155aecc3a8ee1c51..e034c3f302f26b31a1218f6edc4d851a2a846e4c 100644 |
--- a/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc |
@@ -17,6 +17,7 @@ |
#include "chrome/browser/sync/profile_sync_service_mock.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/test/base/profile_mock.h" |
+#include "chrome/test/testing_browser_process_test.h" |
#include "content/browser/browser_thread.h" |
#include "content/common/notification_service.h" |
#include "content/common/notification_source.h" |
@@ -44,7 +45,7 @@ class BookmarkModelMock : public BookmarkModel { |
MOCK_CONST_METHOD0(IsLoaded, bool(void)); |
}; |
-class BookmarkDataTypeControllerTest : public testing::Test { |
+class BookmarkDataTypeControllerTest : public TestingBrowserProcessTest { |
public: |
BookmarkDataTypeControllerTest() |
: ui_thread_(BrowserThread::UI, &message_loop_) {} |