| Index: ash/common/shelf/shelf_button.h
|
| diff --git a/ash/shelf/shelf_button.h b/ash/common/shelf/shelf_button.h
|
| similarity index 96%
|
| rename from ash/shelf/shelf_button.h
|
| rename to ash/common/shelf/shelf_button.h
|
| index bf4a208d2fc5f8d61449547343730e91aa3ef63c..243bbad01df0224e350b15fbd804c6463cd563fc 100644
|
| --- a/ash/shelf/shelf_button.h
|
| +++ b/ash/common/shelf/shelf_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_SHELF_SHELF_BUTTON_H_
|
| -#define ASH_SHELF_SHELF_BUTTON_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_BUTTON_H_
|
| +#define ASH_COMMON_SHELF_SHELF_BUTTON_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "base/macros.h"
|
| @@ -125,4 +125,4 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_BUTTON_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_BUTTON_H_
|
|
|