| Index: ash/common/shelf/shelf_alignment_menu.h
|
| diff --git a/ash/shelf/shelf_alignment_menu.h b/ash/common/shelf/shelf_alignment_menu.h
|
| similarity index 88%
|
| rename from ash/shelf/shelf_alignment_menu.h
|
| rename to ash/common/shelf/shelf_alignment_menu.h
|
| index da628c4e73c63da74891b575c0e162f049eea51e..c283466e7170ac3bda75cf816efdf6dd7f257048 100644
|
| --- a/ash/shelf/shelf_alignment_menu.h
|
| +++ b/ash/common/shelf/shelf_alignment_menu.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_SHELF_SHELF_ALIGNMENT_MENU_H_
|
| -#define ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
|
| +#define ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "base/macros.h"
|
| @@ -42,4 +42,4 @@ class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
|
|
|