| Index: ash/common/system/tray/fixed_sized_scroll_view.h
|
| diff --git a/ash/system/tray/fixed_sized_scroll_view.h b/ash/common/system/tray/fixed_sized_scroll_view.h
|
| similarity index 84%
|
| rename from ash/system/tray/fixed_sized_scroll_view.h
|
| rename to ash/common/system/tray/fixed_sized_scroll_view.h
|
| index cafb28f3384a9fda66fc4d5925b4044873d4bf0a..4cccef45001c0cbd6dd6239a8088f7504ed54dc1 100644
|
| --- a/ash/system/tray/fixed_sized_scroll_view.h
|
| +++ b/ash/common/system/tray/fixed_sized_scroll_view.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_FIXED_SIZED_SCROLL_VIEW_H_
|
| -#define ASH_SYSTEM_TRAY_FIXED_SIZED_SCROLL_VIEW_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_FIXED_SIZED_SCROLL_VIEW_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_FIXED_SIZED_SCROLL_VIEW_H_
|
|
|
| -#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "ui/views/controls/scroll_view.h"
|
|
|
| @@ -41,4 +40,4 @@ class FixedSizedScrollView : public views::ScrollView {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_FIXED_SIZED_SCROLL_VIEW_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_FIXED_SIZED_SCROLL_VIEW_H_
|
|
|