| 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 4b6934e796ea07aa5cf15ec4987a94393271d486..aa4cb2719dca9eebb0d769faf22601d55cd27f5d 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_controller.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
|
| +#include "chrome/browser/ui/fullscreen/exclusive_access_bubble_type.h"
|
| #include "components/content_settings/core/common/content_settings.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -150,7 +150,7 @@ class FullscreenController : public content::NotificationObserver {
|
| // Bubble Content ////////////////////////////////////////////////////////////
|
|
|
| GURL GetFullscreenExitBubbleURL() const;
|
| - FullscreenExitBubbleType GetFullscreenExitBubbleType() const;
|
| + ExclusiveAccessBubbleType GetExclusiveAccessBubbleType() const;
|
|
|
| private:
|
| friend class FullscreenControllerTest;
|
|
|