Index: chrome/browser/sync/glue/preference_data_type_controller_unittest.cc |
diff --git a/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc b/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc |
index 170d595be48c6cc4860a8238ea7633f74eecc29c..9cb955a086114d13efe3f8519db3379ec8567cc1 100644 |
--- a/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc |
@@ -15,6 +15,7 @@ |
#include "chrome/browser/sync/profile_sync_factory_mock.h" |
#include "chrome/browser/sync/profile_sync_service_mock.h" |
#include "chrome/test/base/profile_mock.h" |
+#include "chrome/test/testing_browser_process_test.h" |
#include "content/browser/browser_thread.h" |
using browser_sync::ChangeProcessorMock; |
@@ -33,7 +34,7 @@ class StartCallback { |
const tracked_objects::Location& location)); |
}; |
-class PreferenceDataTypeControllerTest : public testing::Test { |
+class PreferenceDataTypeControllerTest : public TestingBrowserProcessTest { |
public: |
PreferenceDataTypeControllerTest() |
: ui_thread_(BrowserThread::UI, &message_loop_) {} |