| Index: ash/shelf/app_list_button.h
|
| diff --git a/ash/common/shelf/app_list_button.h b/ash/shelf/app_list_button.h
|
| similarity index 94%
|
| rename from ash/common/shelf/app_list_button.h
|
| rename to ash/shelf/app_list_button.h
|
| index d4a0fbeeb7f5160d5ea739a1496b12612526af2e..494017b244759fadd12d739d4d5801509939578f 100644
|
| --- a/ash/common/shelf/app_list_button.h
|
| +++ b/ash/shelf/app_list_button.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_COMMON_SHELF_APP_LIST_BUTTON_H_
|
| -#define ASH_COMMON_SHELF_APP_LIST_BUTTON_H_
|
| +#ifndef ASH_SHELF_APP_LIST_BUTTON_H_
|
| +#define ASH_SHELF_APP_LIST_BUTTON_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "base/macros.h"
|
| @@ -69,4 +69,4 @@ class ASH_EXPORT AppListButton : public views::ImageButton {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_APP_LIST_BUTTON_H_
|
| +#endif // ASH_SHELF_APP_LIST_BUTTON_H_
|
|
|