Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 661015140f8ea1190c0b6d44bacd553afa4ed508..001972861b73e689a1a083522d951735f7f962dc 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -50,7 +50,7 @@ class CompactNavigationBar; |
class CompactOptionsBar; |
class DownloadShelfView; |
class EncodingMenuModel; |
-class FullscreenExitBubble; |
+class FullscreenExitBubbleViews; |
class HtmlDialogUIDelegate; |
class InfoBarContainerView; |
class LocationBarView; |
@@ -690,7 +690,7 @@ class BrowserView : public BrowserBubbleHost, |
// fullscreen mode on and off to reduce jankiness. |
bool ignore_layout_; |
- scoped_ptr<FullscreenExitBubble> fullscreen_bubble_; |
+ scoped_ptr<FullscreenExitBubbleViews> fullscreen_bubble_; |
#if defined(OS_WIN) |
// The additional items we insert into the system menu. |