Index: ash/wm/shelf_layout_manager.cc |
diff --git a/ash/wm/shelf_layout_manager.cc b/ash/wm/shelf_layout_manager.cc |
index 5f490eae6613d06b7d8b094e0427c0f927268110..24c3de2db488009dc07f2d38c5bc082270c7eb81 100644 |
--- a/ash/wm/shelf_layout_manager.cc |
+++ b/ash/wm/shelf_layout_manager.cc |
@@ -12,8 +12,6 @@ |
#include "ash/shell_delegate.h" |
#include "ash/shell_window_ids.h" |
#include "ash/system/status_area_widget.h" |
-#include "ash/system/tray/system_tray.h" |
-#include "ash/system/web_notification/web_notification_tray.h" |
#include "ash/wm/workspace_controller.h" |
#include "base/auto_reset.h" |
#include "base/i18n/rtl.h" |
@@ -518,7 +516,7 @@ void ShelfLayoutManager::UpdateShelfBackground( |
bool launcher_paints = GetLauncherPaintsBackground(); |
if (launcher_) |
launcher_->SetPaintsBackground(launcher_paints, type); |
- // SystemTray normally draws a background, but we don't want it to draw a |
+ // The status area normally draws a background, but we don't want it to draw a |
// background when the launcher does. |
StatusAreaWidget* status_area_widget = |
Shell::GetInstance()->status_area_widget(); |