Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3125)

Unified Diff: chrome/browser/notifications/desktop_notifications_unittest.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/desktop_notifications_unittest.h
diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
index b5ddb29d06f86056bcbfdf5bad6a330f5256699b..9e4fbe466a7da1224b020a55a8602c023b74edc7 100644
--- a/chrome/browser/notifications/desktop_notifications_unittest.h
+++ b/chrome/browser/notifications/desktop_notifications_unittest.h
@@ -100,7 +100,7 @@ class DesktopNotificationsTest : public testing::Test {
content::TestBrowserThread ui_thread_;
// Local state mock.
- TestingPrefService local_state_;
+ TestingPrefServiceSimple local_state_;
// Test profile.
scoped_ptr<TestingProfile> profile_;

Powered by Google App Engine
This is Rietveld 408576698