| Index: chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| diff --git a/chrome/browser/ui/fullscreen_exit_bubble.h b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| similarity index 93%
|
| rename from chrome/browser/ui/fullscreen_exit_bubble.h
|
| rename to chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| index 31cf3fd748dfbd0090e37bfbbde1befa2689b235..1d76595a22813f7164a372a0d257461800b48575 100644
|
| --- a/chrome/browser/ui/fullscreen_exit_bubble.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_FULLSCREEN_EXIT_BUBBLE_H_
|
| -#define CHROME_BROWSER_UI_FULLSCREEN_EXIT_BUBBLE_H_
|
| +#ifndef CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_EXIT_BUBBLE_H_
|
| +#define CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_EXIT_BUBBLE_H_
|
| #pragma once
|
|
|
| #include "base/timer.h"
|
| #include "chrome/browser/command_updater.h"
|
| -#include "chrome/browser/ui/fullscreen_exit_bubble_type.h"
|
| +#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/base/animation/animation_delegate.h"
|
| #include "ui/gfx/point.h"
|
| @@ -106,4 +106,4 @@ class FullscreenExitBubble : public ui::AnimationDelegate {
|
| FullscreenExitBubbleType bubble_type_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_FULLSCREEN_EXIT_BUBBLE_H_
|
| +#endif // CHROME_BROWSER_UI_FULLSCREEN_FULLSCREEN_EXIT_BUBBLE_H_
|
|
|