| Index: chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller.h b/chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| index 58e3383916f03414f90e9f7145ab284c6f2b72ff..6bad6f0f695a946d8f5d2d203b1f136d03a8d977 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| @@ -54,7 +54,7 @@ class WebContents;
|
| class FullscreenController : public content::NotificationObserver {
|
| public:
|
| explicit FullscreenController(Browser* browser);
|
| - virtual ~FullscreenController();
|
| + ~FullscreenController() override;
|
|
|
| // Browser/User Fullscreen ///////////////////////////////////////////////////
|
|
|
| @@ -143,9 +143,9 @@ class FullscreenController : public content::NotificationObserver {
|
| void LostMouseLock();
|
|
|
| // content::NotificationObserver:
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Bubble Content ////////////////////////////////////////////////////////////
|
|
|
|
|