| Index: ash/common/system/tray/tray_popup_label_button.h
|
| diff --git a/ash/system/tray/tray_popup_label_button.h b/ash/common/system/tray/tray_popup_label_button.h
|
| similarity index 77%
|
| rename from ash/system/tray/tray_popup_label_button.h
|
| rename to ash/common/system/tray/tray_popup_label_button.h
|
| index a826c93a6d1a32a37ba883783dfc00733b0b4502..976323d9a5df38be2d0f1d2e72bf28da9363d9e7 100644
|
| --- a/ash/system/tray/tray_popup_label_button.h
|
| +++ b/ash/common/system/tray/tray_popup_label_button.h
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
| -#define ASH_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
|
|
| -#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "ui/views/controls/button/label_button.h"
|
| @@ -25,4 +24,4 @@ class TrayPopupLabelButton : public views::LabelButton {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
|
|
|