Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3068)

Unified Diff: content/renderer/renderer_webapplicationcachehost_impl.h

Issue 8220006: Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/renderer_webapplicationcachehost_impl.h
===================================================================
--- content/renderer/renderer_webapplicationcachehost_impl.h (revision 104727)
+++ content/renderer/renderer_webapplicationcachehost_impl.h (working copy)
@@ -8,13 +8,13 @@
#include "webkit/appcache/web_application_cache_host_impl.h"
-class RenderView;
+class RenderViewImpl;
class RendererWebApplicationCacheHostImpl
: public appcache::WebApplicationCacheHostImpl {
public:
RendererWebApplicationCacheHostImpl(
- RenderView* render_view,
+ RenderViewImpl* render_view,
WebKit::WebApplicationCacheHostClient* client,
appcache::AppCacheBackend* backend);
@@ -25,7 +25,7 @@
virtual void OnCacheSelected(const appcache::AppCacheInfo& info);
private:
- RenderView* GetRenderView();
+ RenderViewImpl* GetRenderView();
bool content_blocked_;
int routing_id_;
« no previous file with comments | « content/renderer/renderer_accessibility.cc ('k') | content/renderer/renderer_webapplicationcachehost_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698