| Index: content/renderer/screen_orientation/screen_orientation_observer.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_observer.h b/content/renderer/screen_orientation/screen_orientation_observer.h
|
| index f1ed843f819f16db5e3673755a92c21e9ed29178..1c6b5bf932acee7f3857d51b9b7bc4e37b369859 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_observer.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_observer.h
|
| @@ -19,6 +19,7 @@ class ScreenOrientationObserver
|
| : public PlatformEventObserver<blink::WebPlatformEventListener> {
|
| public:
|
| ScreenOrientationObserver();
|
| + virtual ~ScreenOrientationObserver();
|
|
|
| // Overriding this method just to make sure |listener| is always null.
|
| virtual void Start(blink::WebPlatformEventListener* listener) OVERRIDE;
|
|
|