| 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 6bb80827a2b7c52c75cf6722bd32d9a5df0dd761..50db3d96ee2572ddbfd0b2244572ee19ed7ad15f 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| @@ -19,9 +19,9 @@ class Rect;
|
|
|
| class FullscreenExitBubble : public ui::AnimationDelegate {
|
| public:
|
| - explicit FullscreenExitBubble(Browser* browser,
|
| - const GURL& url,
|
| - FullscreenExitBubbleType bubble_type);
|
| + FullscreenExitBubble(Browser* browser,
|
| + const GURL& url,
|
| + FullscreenExitBubbleType bubble_type);
|
| virtual ~FullscreenExitBubble();
|
|
|
| protected:
|
|
|