| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 52f656aa16daf65aa5e6e54cb1b084c1991dee4f..5bc7c39eb6e83886bf793d8a85dd77a842afdc25 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -490,7 +490,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| RenderFrameHost* render_frame_host,
|
| int browser_plugin_instance_id) override;
|
| device::GeolocationServiceContext* GetGeolocationServiceContext() override;
|
| - WakeLockServiceContext* GetWakeLockServiceContext() override;
|
| + device::WakeLockServiceContext* GetWakeLockServiceContext() override;
|
| void EnterFullscreenMode(const GURL& origin) override;
|
| void ExitFullscreenMode(bool will_cause_resize) override;
|
| bool ShouldRouteMessageEvent(
|
| @@ -1412,7 +1412,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| std::unique_ptr<device::GeolocationServiceContext>
|
| geolocation_service_context_;
|
|
|
| - std::unique_ptr<WakeLockServiceContext> wake_lock_service_context_;
|
| + std::unique_ptr<device::WakeLockServiceContext> wake_lock_service_context_;
|
|
|
| std::unique_ptr<ScreenOrientationDispatcherHost>
|
| screen_orientation_dispatcher_host_;
|
|
|