diff options
Diffstat (limited to 'chrome/common/pref_service_unittest.cc')
-rw-r--r-- | chrome/common/pref_service_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_service_unittest.cc b/chrome/common/pref_service_unittest.cc index ca67119..7f4fa97 100644 --- a/chrome/common/pref_service_unittest.cc +++ b/chrome/common/pref_service_unittest.cc @@ -403,4 +403,3 @@ TEST_F(PrefServiceTest, HasPrefPath) { prefs.persistent_->SetString(path, L"blah"); EXPECT_TRUE(prefs.HasPrefPath(path)); } - |