| Index: ash/common/shelf/shelf_window_watcher_item_delegate.h
|
| diff --git a/ash/shelf/shelf_window_watcher_item_delegate.h b/ash/common/shelf/shelf_window_watcher_item_delegate.h
|
| similarity index 84%
|
| rename from ash/shelf/shelf_window_watcher_item_delegate.h
|
| rename to ash/common/shelf/shelf_window_watcher_item_delegate.h
|
| index 74499cb9644ca858498156f854306f469e7d7688..895e56a7fe36e446836bfbd15ad18d3782746b1c 100644
|
| --- a/ash/shelf/shelf_window_watcher_item_delegate.h
|
| +++ b/ash/common/shelf/shelf_window_watcher_item_delegate.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_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
| -#define ASH_SHELF_SHELF_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
| +#ifndef ASH_COMMON_SHELF_SHELF_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
| +#define ASH_COMMON_SHELF_SHELF_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
|
|
| #include "ash/common/shelf/shelf_item_delegate.h"
|
| #include "base/macros.h"
|
| @@ -37,4 +37,4 @@ class ShelfWindowWatcherItemDelegate : public ShelfItemDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SHELF_SHELF_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
| +#endif // ASH_COMMON_SHELF_SHELF_WINDOW_WATCHER_ITEM_DELEGATE_H_
|
|
|