Index: content/public/browser/screen_orientation_provider.h |
diff --git a/content/public/browser/screen_orientation_provider.h b/content/public/browser/screen_orientation_provider.h |
index 18260c7b4915d8c08916812809cab674763ebfc3..2a306381465df1c7f08402217cdca082eaeabe39 100644 |
--- a/content/public/browser/screen_orientation_provider.h |
+++ b/content/public/browser/screen_orientation_provider.h |
@@ -41,7 +41,7 @@ class CONTENT_EXPORT ScreenOrientationProvider : public WebContentsObserver { |
static void SetDelegate(ScreenOrientationDelegate* delegate_); |
// WebContentsObserver |
- virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen) OVERRIDE; |
+ virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen) override; |
private: |
struct LockInformation { |