| Index: ash/common/system/overview/overview_button_tray.h
|
| diff --git a/ash/system/overview/overview_button_tray.h b/ash/common/system/overview/overview_button_tray.h
|
| similarity index 92%
|
| rename from ash/system/overview/overview_button_tray.h
|
| rename to ash/common/system/overview/overview_button_tray.h
|
| index 792a8c30b5713f26fa686e1d64a77d849679078a..1654458d62aba826889cd1926270efe619de7326 100644
|
| --- a/ash/system/overview/overview_button_tray.h
|
| +++ b/ash/common/system/overview/overview_button_tray.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
| -#define ASH_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
| +#ifndef ASH_COMMON_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
| +#define ASH_COMMON_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/session/session_state_observer.h"
|
| @@ -69,4 +69,4 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
| +#endif // ASH_COMMON_SYSTEM_OVERVIEW_OVERVIEW_BUTTON_TRAY_H_
|
|
|