| Index: ash/shelf/shelf_delegate.h
|
| diff --git a/ash/common/shelf/shelf_delegate.h b/ash/shelf/shelf_delegate.h
|
| similarity index 91%
|
| rename from ash/common/shelf/shelf_delegate.h
|
| rename to ash/shelf/shelf_delegate.h
|
| index 8f83b16c3106ba6207cda8a6891524de75cfd9ed..a19facb83d520ec136d9ba3067404b0cbbc80992 100644
|
| --- a/ash/common/shelf/shelf_delegate.h
|
| +++ b/ash/shelf/shelf_delegate.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SHELF_SHELF_DELEGATE_H_
|
| -#define ASH_COMMON_SHELF_SHELF_DELEGATE_H_
|
| +#ifndef ASH_SHELF_SHELF_DELEGATE_H_
|
| +#define ASH_SHELF_SHELF_DELEGATE_H_
|
|
|
| #include <string>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/shelf/shelf_item_types.h"
|
| +#include "ash/shelf/shelf_item_types.h"
|
|
|
| namespace ash {
|
|
|
| @@ -52,4 +52,4 @@ class ASH_EXPORT ShelfDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_SHELF_DELEGATE_H_
|
| +#endif // ASH_SHELF_SHELF_DELEGATE_H_
|
|
|