| Index: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| index 249bd258262f627e54b63adb23d2adf948dc420a..1dd4943f9419c14e22deb640f1d61d0c3826072e 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| #include "chrome/browser/webdata/web_data_service.h"
|
| #include "chrome/test/base/profile_mock.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/content_notification_types.h"
|
| #include "content/common/notification_source.h"
|
| @@ -81,7 +80,7 @@ class SignalEventTask : public Task {
|
| WaitableEvent* done_event_;
|
| };
|
|
|
| -class AutofillDataTypeControllerTest : public TestingBrowserProcessTest {
|
| +class AutofillDataTypeControllerTest : public testing::Test {
|
| public:
|
| AutofillDataTypeControllerTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
|
|