| Index: chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| diff --git a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| index 630c92a434a88b1c3cae61db363166d35943a5e5..65af1d1bfcc051bf158584f22a04fb041a06663a 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| @@ -22,7 +22,7 @@ class FullscreenExitBubble : public gfx::AnimationDelegate {
|
| explicit FullscreenExitBubble(Browser* browser,
|
| const GURL& url,
|
| FullscreenExitBubbleType bubble_type);
|
| - virtual ~FullscreenExitBubble();
|
| + ~FullscreenExitBubble() override;
|
|
|
| protected:
|
| static const int kPaddingPx; // Amount of padding around the link
|
|
|