Chromium Code Reviews| Index: chrome/browser/prefs/pref_notifier_impl_unittest.cc |
| diff --git a/chrome/browser/prefs/pref_notifier_impl_unittest.cc b/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
| index 8f3be3c33c0e852d739e477d0d9ce95510d2a11a..a410884413c5db709918a6f9cef308dcdae95ed4 100644 |
| --- a/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
| +++ b/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
| @@ -7,6 +7,7 @@ |
| #include "chrome/browser/prefs/pref_service.h" |
| #include "chrome/browser/prefs/pref_value_store.h" |
| #include "chrome/common/notification_observer_mock.h" |
| +#include "chrome/common/notification_registrar.h" |
|
danno
2010/12/22 14:00:19
This either? did the includes change in the header
Mattias Nissler (ping if slow)
2010/12/22 14:11:04
Same story, pref_value_store.h doesn't pull it in
|
| #include "chrome/common/notification_service.h" |
| #include "chrome/test/testing_pref_service.h" |
| #include "testing/gmock/include/gmock/gmock.h" |