| Index: content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| index 972a42d49de84b1e2e4f7d4ba85ac6b2d119d87b..823afda0de789230ab0f6a6a2e80f07935763157 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| @@ -54,7 +54,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHostImpl
|
| RenderFrameHost* render_frame_host,
|
| blink::WebLockOrientationError error);
|
|
|
| - scoped_ptr<ScreenOrientationProvider> provider_;
|
| + std::unique_ptr<ScreenOrientationProvider> provider_;
|
|
|
| struct LockInformation {
|
| LockInformation(int request_id, int process_id, int routing_id);
|
|
|