Index: chrome/browser/prefs/pref_observer_mock.h |
=================================================================== |
--- chrome/browser/prefs/pref_observer_mock.h (revision 91968) |
+++ chrome/browser/prefs/pref_observer_mock.h (working copy) |
@@ -9,10 +9,10 @@ |
#include <string> |
#include "chrome/browser/prefs/pref_service.h" |
+#include "content/common/content_notification_types.h" |
#include "content/common/notification_details.h" |
#include "content/common/notification_observer.h" |
#include "content/common/notification_source.h" |
-#include "content/common/notification_type.h" |
#include "testing/gmock/include/gmock/gmock.h" |
using testing::Pointee; |
@@ -42,7 +42,7 @@ |
PrefObserverMock(); |
virtual ~PrefObserverMock(); |
- MOCK_METHOD3(Observe, void(NotificationType type, |
+ MOCK_METHOD3(Observe, void(int type, |
const NotificationSource& source, |
const NotificationDetails& details)); |