| Index: chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| index 59928b2dcc47ebace61ca879c4eb4a3d8ee0d722..a7344cc3ca6718c637b406b1e95135f25c4c6f68 100644
|
| --- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| +++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h"
|
| +#include "chrome/browser/ui/exclusive_access/fullscreen_controller.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_utils.h"
|
| @@ -55,6 +56,8 @@ class FullscreenControllerTest : public InProcessBrowserTest {
|
| void Reload();
|
| void SetPrivilegedFullscreen(bool is_privileged);
|
| static const char kFullscreenMouseLockHTML[];
|
| + FullscreenController* GetFullscreenController();
|
| +
|
| private:
|
| void ToggleTabFullscreen_Internal(bool enter_fullscreen,
|
| bool retry_until_success);
|
|
|