| Index: base/prefs/pref_notifier_impl_unittest.cc
|
| diff --git a/base/prefs/pref_notifier_impl_unittest.cc b/base/prefs/pref_notifier_impl_unittest.cc
|
| index 8482c0289c7ecccd476f59b4bdd009f76c79aa93..04564c83d2bb94cee234eb2cfd309edb51458695 100644
|
| --- a/base/prefs/pref_notifier_impl_unittest.cc
|
| +++ b/base/prefs/pref_notifier_impl_unittest.cc
|
| @@ -51,7 +51,7 @@ class MockPrefNotifier : public PrefNotifierImpl {
|
|
|
| MOCK_METHOD1(FireObservers, void(const std::string& path));
|
|
|
| - size_t CountObserver(const char* path, PrefObserver* obs) {
|
| + size_t CountObserver(const std::string& path, PrefObserver* obs) {
|
| PrefObserverMap::const_iterator observer_iterator =
|
| pref_observers()->find(path);
|
| if (observer_iterator == pref_observers()->end())
|
|
|