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 e00b7711fd3e19700608acbf1f757dbee4636359..197b64b49fd6bf0efbbd6f5a2ba705a7700fc580 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -38,7 +38,10 @@ class Message; |
namespace device { |
class GeolocationServiceContext; |
-class WakeLockServiceContext; |
+ |
+namespace mojom { |
+class WakeLockContext; |
+} |
} |
namespace gfx { |
@@ -192,7 +195,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
virtual device::GeolocationServiceContext* GetGeolocationServiceContext(); |
// Gets the WakeLockServiceContext associated with this delegate. |
- virtual device::WakeLockServiceContext* GetWakeLockServiceContext(); |
+ virtual device::mojom::WakeLockContext* GetWakeLockServiceContext(); |
// Notification that the frame wants to go into fullscreen mode. |
// |origin| represents the origin of the frame that requests fullscreen. |