| Index: content/browser/screen_orientation/screen_orientation_message_filter_android.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_message_filter_android.h b/content/browser/screen_orientation/screen_orientation_message_filter_android.h
|
| index 9a01ed4e8666c5d3bee5f228b4c833f2d6e93382..9d85fe6201075ccd6ac876dba6288cbacd6508b1 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_message_filter_android.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_message_filter_android.h
|
| @@ -14,10 +14,10 @@ class ScreenOrientationMessageFilterAndroid : public BrowserMessageFilter {
|
| ScreenOrientationMessageFilterAndroid();
|
|
|
| // BrowserMessageFilter implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& message) override;
|
| + bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| private:
|
| - virtual ~ScreenOrientationMessageFilterAndroid();
|
| + ~ScreenOrientationMessageFilterAndroid() override;
|
|
|
| void OnStartListening();
|
| void OnStopListening();
|
|
|