diff options
Diffstat (limited to 'chrome/browser/ui/browser_command_controller_unittest.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc index cf77f5f..6204b0b 100644 --- a/chrome/browser/ui/browser_command_controller_unittest.cc +++ b/chrome/browser/ui/browser_command_controller_unittest.cc @@ -312,7 +312,7 @@ class FullscreenTestBrowserWindow : public TestBrowserWindow { bool ShouldHideUIForFullscreen() const override { return fullscreen_; } bool IsFullscreen() const override { return fullscreen_; } void EnterFullscreen(const GURL& url, - FullscreenExitBubbleType type, + ExclusiveAccessBubbleType type, bool with_toolbar) override { fullscreen_ = true; } |