| Index: chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| diff --git a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| index 5c1a0698cbf5d25c13ddd33bb5626757f13f55c2..75709e7dc59b8c2177f3286cceb1cb23b04f75a4 100644
|
| --- a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| +++ b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| @@ -112,7 +112,7 @@ class AutofillProfileSyncableServiceTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| content::TestBrowserThread db_thread_;
|
| MockAutofillProfileSyncableService autofill_syncable_service_;
|
|
|