| Index: ash/common/wm/shelf/wm_shelf.h
|
| diff --git a/ash/wm/common/shelf/wm_shelf.h b/ash/common/wm/shelf/wm_shelf.h
|
| similarity index 87%
|
| rename from ash/wm/common/shelf/wm_shelf.h
|
| rename to ash/common/wm/shelf/wm_shelf.h
|
| index 488400addbf0f27b10474f3dd4ce97afd7492875..dcc8f0b68651cfc35521cedfc841139218f738ae 100644
|
| --- a/ash/wm/common/shelf/wm_shelf.h
|
| +++ b/ash/common/wm/shelf/wm_shelf.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_SHELF_WM_SHELF_H_
|
| -#define ASH_WM_COMMON_SHELF_WM_SHELF_H_
|
| +#ifndef ASH_COMMON_WM_SHELF_WM_SHELF_H_
|
| +#define ASH_COMMON_WM_SHELF_WM_SHELF_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/shelf/wm_shelf_types.h"
|
| +#include "ash/common/wm/shelf/wm_shelf_types.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -49,4 +49,4 @@ class ASH_EXPORT WmShelf {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_SHELF_WM_SHELF_H_
|
| +#endif // ASH_COMMON_WM_SHELF_WM_SHELF_H_
|
|
|