| 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 07a274d3e61328185eab8133b3459b814fa54adf..f3f88e6e7e3cb359d43052b35acc19cc00be872c 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -18,6 +18,7 @@
|
| #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/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/content_notification_types.h"
|
| #include "content/common/notification_source.h"
|
| @@ -80,7 +81,7 @@ class SignalEventTask : public Task {
|
| WaitableEvent* done_event_;
|
| };
|
|
|
| -class AutofillDataTypeControllerTest : public testing::Test {
|
| +class AutofillDataTypeControllerTest : public TestingBrowserProcessTest {
|
| public:
|
| AutofillDataTypeControllerTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
|
|