| Index: ash/system/status_area_widget_delegate.cc
|
| diff --git a/ash/system/status_area_widget_delegate.cc b/ash/system/status_area_widget_delegate.cc
|
| index 3e599a99be46e59330a518f6563b3bfab2b1655f..35f1329a93c8c5c27f32d37c3295e12dbd8e5285 100644
|
| --- a/ash/system/status_area_widget_delegate.cc
|
| +++ b/ash/system/status_area_widget_delegate.cc
|
| @@ -8,6 +8,7 @@
|
| #include "ash/focus_cycler.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -17,12 +18,6 @@
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| -namespace {
|
| -
|
| -int kTraySpacing = 8;
|
| -
|
| -} // namespace
|
| -
|
| namespace ash {
|
| namespace internal {
|
|
|
|
|