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

Unified Diff: components/prefs/pref_notifier_impl_unittest.cc

Issue 2352703003: Remove stl_util's STLDeleteContainerPairSecondPointers from prefs. (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « components/prefs/pref_notifier_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/pref_notifier_impl_unittest.cc
diff --git a/components/prefs/pref_notifier_impl_unittest.cc b/components/prefs/pref_notifier_impl_unittest.cc
index a3f12349b9f81df94b9b71a32ee9647d820b066f..517a403936aaed88da382d4d1ec0a561f978dc80 100644
--- a/components/prefs/pref_notifier_impl_unittest.cc
+++ b/components/prefs/pref_notifier_impl_unittest.cc
@@ -59,7 +59,7 @@ class MockPrefNotifier : public PrefNotifierImpl {
if (observer_iterator == pref_observers()->end())
return false;
- PrefObserverList* observer_list = observer_iterator->second;
+ PrefObserverList* observer_list = observer_iterator->second.get();
PrefObserverList::Iterator it(observer_list);
PrefObserver* existing_obs;
size_t count = 0;
« no previous file with comments | « components/prefs/pref_notifier_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698