| Index: chrome/browser/ui/views/frame/browser_view_layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view_layout_delegate.h b/chrome/browser/ui/views/frame/browser_view_layout_delegate.h
|
| index 3f443d913c70970db6c8dcd8c99c9de7f3295387..5c01a53b5a851477fdb6ef745a5d28fd8758fcc4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout_delegate.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_
|
| #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_
|
|
|
| -class FullscreenExitBubbleViews;
|
| +class ExclusiveAccessBubbleViews;
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -28,7 +28,7 @@ class BrowserViewLayoutDelegate {
|
| virtual bool IsToolbarVisible() const = 0;
|
| virtual bool IsBookmarkBarVisible() const = 0;
|
| virtual bool DownloadShelfNeedsLayout() const = 0;
|
| - virtual FullscreenExitBubbleViews* GetFullscreenExitBubble() const = 0;
|
| + virtual ExclusiveAccessBubbleViews* GetExclusiveAccessBubble() const = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_
|
|
|