Index: content/renderer/notification_provider.cc |
=================================================================== |
--- content/renderer/notification_provider.cc (revision 104727) |
+++ content/renderer/notification_provider.cc (working copy) |
@@ -8,7 +8,7 @@ |
#include "base/task.h" |
#include "content/common/desktop_notification_messages.h" |
#include "content/common/view_messages.h" |
-#include "content/renderer/render_view.h" |
+#include "content/renderer/render_view_impl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPermissionCallback.h" |
@@ -23,7 +23,7 @@ |
using WebKit::WebString; |
using WebKit::WebURL; |
-NotificationProvider::NotificationProvider(RenderView* render_view) |
+NotificationProvider::NotificationProvider(RenderViewImpl* render_view) |
: content::RenderViewObserver(render_view) { |
} |