| 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 91031d3a0cb8f10e7d78003d012ab5ff917cd532..a8411e37c2ec5f8a1861c086d53c5fab17467b6f 100644
|
| --- a/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/preference_data_type_controller_unittest.cc
|
| @@ -15,7 +15,6 @@
|
| #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/base/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
|
|
| using browser_sync::ChangeProcessorMock;
|
| @@ -34,7 +33,7 @@ class StartCallback {
|
| const tracked_objects::Location& location));
|
| };
|
|
|
| -class PreferenceDataTypeControllerTest : public TestingBrowserProcessTest {
|
| +class PreferenceDataTypeControllerTest : public testing::Test {
|
| public:
|
| PreferenceDataTypeControllerTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_) {}
|
|
|