| Index: ash/common/system/tray/tray_popup_header_button.cc
|
| diff --git a/ash/system/tray/tray_popup_header_button.cc b/ash/common/system/tray/tray_popup_header_button.cc
|
| similarity index 96%
|
| rename from ash/system/tray/tray_popup_header_button.cc
|
| rename to ash/common/system/tray/tray_popup_header_button.cc
|
| index 146dc0e32877f339d9f9044efe8cd9ef6226406f..07334c6cbdcfab93b2a9ffac8d2fd5c2ca2d85a2 100644
|
| --- a/ash/system/tray/tray_popup_header_button.cc
|
| +++ b/ash/common/system/tray/tray_popup_header_button.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/tray/tray_popup_header_button.h"
|
| +#include "ash/common/system/tray/tray_popup_header_button.h"
|
|
|
| #include "ash/common/ash_constants.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/views/background.h"
|
| #include "ui/views/painter.h"
|
|
|