summaryrefslogtreecommitdiffstats
path: root/base/prefs/pref_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/prefs/pref_service_unittest.cc')
-rw-r--r--base/prefs/pref_service_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/pref_service_unittest.cc b/base/prefs/pref_service_unittest.cc
index 26fe19a..927f2f7 100644
--- a/base/prefs/pref_service_unittest.cc
+++ b/base/prefs/pref_service_unittest.cc
@@ -45,7 +45,7 @@ TEST(PrefServiceTest, NoObserverFire) {
Mock::VerifyAndClearExpectations(&obs);
// Clearing the pref should cause the pref to fire.
- const StringValue expected_default_value("");
+ const StringValue expected_default_value((std::string()));
obs.Expect(pref_name, &expected_default_value);
prefs.ClearPref(pref_name);
Mock::VerifyAndClearExpectations(&obs);