| Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| index 7218b2376a5edcb072b9ad881e1b27913e132f28..5cf0f38e7f06575e25603a8c8d1f16c3014bed26 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| @@ -28,8 +28,8 @@ private:
|
| ScreenOrientationDispatcher();
|
|
|
| // Inherited from PlatformEventDispatcher.
|
| - virtual void startListening() OVERRIDE;
|
| - virtual void stopListening() OVERRIDE;
|
| + virtual void startListening() override;
|
| + virtual void stopListening() override;
|
| };
|
|
|
| } // namespace blink
|
|
|