diff options
Diffstat (limited to 'chrome/browser/sync/about_sync_util_unittest.cc')
-rw-r--r-- | chrome/browser/sync/about_sync_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/about_sync_util_unittest.cc b/chrome/browser/sync/about_sync_util_unittest.cc index 77c8caa..e94d6e1 100644 --- a/chrome/browser/sync/about_sync_util_unittest.cc +++ b/chrome/browser/sync/about_sync_util_unittest.cc @@ -18,7 +18,7 @@ using content::BrowserThread; namespace sync_ui_util { namespace { -TEST(SyncUIUtilTest, ConstructAboutInformationWithUnrecoverableErrorTest) { +TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) { base::MessageLoopForUI message_loop; content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop); scoped_ptr<Profile> profile( |