summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/about_sync_util_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/about_sync_util_unittest.cc')
-rw-r--r--chrome/browser/sync/about_sync_util_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/about_sync_util_unittest.cc b/chrome/browser/sync/about_sync_util_unittest.cc
index dc89b27..bf5befe 100644
--- a/chrome/browser/sync/about_sync_util_unittest.cc
+++ b/chrome/browser/sync/about_sync_util_unittest.cc
@@ -41,7 +41,8 @@ TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) {
EXPECT_CALL(service, GetLastSyncedTimeString())
.WillOnce(Return(str));
- scoped_ptr<DictionaryValue> strings(ConstructAboutInformation(&service));
+ scoped_ptr<base::DictionaryValue> strings(
+ ConstructAboutInformation(&service));
EXPECT_TRUE(strings->HasKey("unrecoverable_error_detected"));
}