| Index: content/browser/frame_host/render_frame_host_delegate.h
|
| diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
|
| index 1727ac1658325c160909f66e57087039982405e5..0d0d9dd4988fd7b260b1a12c5d193a0693969177 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -29,9 +29,12 @@ namespace IPC {
|
| class Message;
|
| }
|
|
|
| +namespace device {
|
| +class GeolocationServiceContext;
|
| +}
|
| +
|
| namespace content {
|
| class FrameTreeNode;
|
| -class GeolocationServiceContext;
|
| class InterstitialPage;
|
| class PageState;
|
| class RenderFrameHost;
|
| @@ -150,7 +153,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
|
| int browser_plugin_instance_id);
|
|
|
| // Gets the GeolocationServiceContext associated with this delegate.
|
| - virtual GeolocationServiceContext* GetGeolocationServiceContext();
|
| + virtual device::GeolocationServiceContext* GetGeolocationServiceContext();
|
|
|
| // Gets the WakeLockServiceContext associated with this delegate.
|
| virtual WakeLockServiceContext* GetWakeLockServiceContext();
|
|
|