Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index fb3a7dcf53e13706cd227ad9017fea3b71b935f2..46d3a952c89777ae735a24d4a5145084d8a7745d 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -139,7 +139,7 @@ class BrowserWindow : public ui::BaseWindow { |
// + or - in the app menu to change zoom). |
virtual void ZoomChangedForActiveTab(bool can_show_bubble) = 0; |
- // Windows and GTK remove the top controls in fullscreen, but Mac and Ash |
+ // Windows and GTK remove the browser controls in fullscreen, but Mac and Ash |
// keep the controls in a slide-down panel. |
virtual bool ShouldHideUIForFullscreen() const = 0; |