| Index: chrome/browser/ui/browser_command_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc
|
| index cf77f5f173fd539a876d819ef3a74290329e1022..6204b0b30f9fabfdfa8fa14aeb39d6d44fe4d3e7 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;
|
| }
|
|
|