| Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| index fe215b936f11ed69354e165568d209c72858beb9..21dbf516a9653a14fc1d66a2e862d47c1952792f 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -33,13 +33,13 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
| friend class ScreenOrientationDispatcherTest;
|
|
|
| // RenderFrameObserver implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| // blink::WebScreenOrientationClient implementation.
|
| virtual void lockOrientation(
|
| blink::WebScreenOrientationLockType orientation,
|
| - blink::WebLockOrientationCallback* callback) OVERRIDE;
|
| - virtual void unlockOrientation() OVERRIDE;
|
| + blink::WebLockOrientationCallback* callback) override;
|
| + virtual void unlockOrientation() override;
|
|
|
| void OnLockSuccess(int request_id);
|
| void OnLockError(int request_id,
|
|
|