| Index: chrome/browser/sync/about_sync_util_unittest.cc
|
| diff --git a/chrome/browser/sync/about_sync_util_unittest.cc b/chrome/browser/sync/about_sync_util_unittest.cc
|
| index 02ca59b2a54816f619b546ff26c053edd2cee3cb..342a1f2c1db3cd7562ebeb3e0860046929f3478e 100644
|
| --- a/chrome/browser/sync/about_sync_util_unittest.cc
|
| +++ b/chrome/browser/sync/about_sync_util_unittest.cc
|
| @@ -19,7 +19,7 @@ namespace sync_ui_util {
|
| namespace {
|
|
|
| TEST(SyncUIUtilTest, ConstructAboutInformationWithUnrecoverableErrorTest) {
|
| - MessageLoopForUI message_loop;
|
| + base::MessageLoopForUI message_loop;
|
| content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
|
| scoped_ptr<Profile> profile(
|
| ProfileSyncServiceMock::MakeSignedInTestingProfile());
|
|
|