| 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 d354978f79cb8387f9f76d57109048359b0ab229..b251094322fdef9e1706263456d39266b38532d8 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -33,6 +33,7 @@ class Message;
|
|
|
| namespace device {
|
| class GeolocationServiceContext;
|
| +class WakeLockServiceContext;
|
| }
|
|
|
| namespace content {
|
| @@ -40,7 +41,6 @@ class FrameTreeNode;
|
| class InterstitialPage;
|
| class PageState;
|
| class RenderFrameHost;
|
| -class WakeLockServiceContext;
|
| class WebContents;
|
| struct AXEventNotificationDetails;
|
| struct AXLocationChangeNotificationDetails;
|
| @@ -168,7 +168,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
|
| virtual device::GeolocationServiceContext* GetGeolocationServiceContext();
|
|
|
| // Gets the WakeLockServiceContext associated with this delegate.
|
| - virtual WakeLockServiceContext* GetWakeLockServiceContext();
|
| + virtual device::WakeLockServiceContext* GetWakeLockServiceContext();
|
|
|
| // Notification that the frame wants to go into fullscreen mode.
|
| // |origin| represents the origin of the frame that requests fullscreen.
|
|
|