Index: content/renderer/notification_provider.cc |
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc |
index 07b5241aec615192c602de22356566c6e52bbbbc..928939869ba8bb860a3def72520c59b74bc7b00e 100644 |
--- a/content/renderer/notification_provider.cc |
+++ b/content/renderer/notification_provider.cc |
@@ -6,7 +6,7 @@ |
#include "base/strings/string_util.h" |
#include "content/common/desktop_notification_messages.h" |
-#include "content/common/view_messages.h" |
+#include "content/common/frame_messages.h" |
#include "content/renderer/render_view_impl.h" |
#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/public/web/WebDocument.h" |
@@ -101,7 +101,7 @@ bool NotificationProvider::OnMessageReceived(const IPC::Message& message) { |
IPC_MESSAGE_UNHANDLED(handled = false) |
IPC_END_MESSAGE_MAP() |
- if (message.type() == ViewMsg_Navigate::ID) |
+ if (message.type() == FrameMsg_Navigate::ID) |
OnNavigate(); // Don't want to swallow the message. |
return handled; |