| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index 555b197b5e6dd5fff5ccc3e0475d292c0d41183f..77719acfd5b2740dbc1d995ffb89c68e50481124 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -50,7 +50,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
|
|
|
| static ProfileKeyedService* BuildTokenService(Profile* profile);
|
| protected:
|
| - MessageLoopForUI ui_loop_;
|
| + base::MessageLoopForUI ui_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| content::TestBrowserThread db_thread_;
|
| content::TestBrowserThread file_thread_;
|
|
|