| Index: chrome/browser/prefs/pref_notifier_impl_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/pref_notifier_impl_unittest.cc (revision 106380)
|
| +++ chrome/browser/prefs/pref_notifier_impl_unittest.cc (working copy)
|
| @@ -8,8 +8,9 @@
|
| #include "chrome/browser/prefs/pref_value_store.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/test/base/testing_pref_service.h"
|
| +#include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_source.h"
|
| #include "content/test/notification_observer_mock.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|