summaryrefslogtreecommitdiffstats
path: root/content/renderer/notification_provider.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-10 19:06:28 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-10 19:06:28 +0000
commit310ebd630b77e0f3883647ebcf7458b2010f0a51 (patch)
tree5cee3d0f4ac357c57263b4f7407d240700948010 /content/renderer/notification_provider.cc
parent0c49552feeb890c8ea1f2f7f85bc249e9808a815 (diff)
downloadchromium_src-310ebd630b77e0f3883647ebcf7458b2010f0a51.zip
chromium_src-310ebd630b77e0f3883647ebcf7458b2010f0a51.tar.gz
chromium_src-310ebd630b77e0f3883647ebcf7458b2010f0a51.tar.bz2
Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView implementation.
BUG=98716 Review URL: http://codereview.chromium.org/8220006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/notification_provider.cc')
-rw-r--r--content/renderer/notification_provider.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc
index ae445af..c70bc76 100644
--- a/content/renderer/notification_provider.cc
+++ b/content/renderer/notification_provider.cc
@@ -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::WebSecurityOrigin;
using WebKit::WebString;
using WebKit::WebURL;
-NotificationProvider::NotificationProvider(RenderView* render_view)
+NotificationProvider::NotificationProvider(RenderViewImpl* render_view)
: content::RenderViewObserver(render_view) {
}