diff options
Diffstat (limited to 'chrome/browser/ui/panels/display_settings_provider.h')
-rw-r--r-- | chrome/browser/ui/panels/display_settings_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/display_settings_provider.h b/chrome/browser/ui/panels/display_settings_provider.h index 3a708ae..8923d13 100644 --- a/chrome/browser/ui/panels/display_settings_provider.h +++ b/chrome/browser/ui/panels/display_settings_provider.h @@ -149,7 +149,7 @@ class DisplaySettingsProvider { bool is_full_screen_; // Timer used to detect full-screen mode change. - base::RepeatingTimer<DisplaySettingsProvider> full_screen_mode_timer_; + base::RepeatingTimer full_screen_mode_timer_; DISALLOW_COPY_AND_ASSIGN(DisplaySettingsProvider); }; |