Index: chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc |
diff --git a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc |
index f5e3852a6264bf93733a5ec8c0e21d334c4b9f4c..75f8005dd5b7b93b12cf45158c67571afd213cc9 100644 |
--- a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc |
+++ b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc |
@@ -40,7 +40,6 @@ |
#include "content/public/common/webplugininfo.h" |
#include "ipc/ipc_message.h" |
#include "net/base/filename_util.h" |
-#include "ui/base/layout.h" |
#include "ui/base/models/list_selection_model.h" |
#include "ui/gfx/image/image.h" |
#include "ui/views/controls/menu/menu_item_view.h" |
@@ -70,7 +69,7 @@ TabStripLayoutType DetermineTabStripLayout( |
switches::kEnableStackedTabStrip)) { |
return TAB_STRIP_LAYOUT_STACKED; |
} |
- // For chromeos always allow entering stacked mode. |
+ // For ash, always allow entering stacked mode. |
if (host_desktop_type != chrome::HOST_DESKTOP_TYPE_ASH) |
return TAB_STRIP_LAYOUT_SHRINK; |
*adjust_layout = true; |