summaryrefslogtreecommitdiffstats
path: root/content/renderer/geolocation_dispatcher.h
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/geolocation_dispatcher.h
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/geolocation_dispatcher.h')
-rw-r--r--content/renderer/geolocation_dispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h
index 4ca8570..10e06de9 100644
--- a/content/renderer/geolocation_dispatcher.h
+++ b/content/renderer/geolocation_dispatcher.h
@@ -11,6 +11,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationController.h"
+class RenderViewImpl;
struct Geoposition;
namespace WebKit {
@@ -27,7 +28,7 @@ class WebSecurityOrigin;
class GeolocationDispatcher : public content::RenderViewObserver,
public WebKit::WebGeolocationClient {
public:
- explicit GeolocationDispatcher(RenderView* render_view);
+ explicit GeolocationDispatcher(RenderViewImpl* render_view);
virtual ~GeolocationDispatcher();
private: