| Index: ash/system/tiles/tiles_default_view.h
|
| diff --git a/ash/common/system/tiles/tiles_default_view.h b/ash/system/tiles/tiles_default_view.h
|
| similarity index 89%
|
| rename from ash/common/system/tiles/tiles_default_view.h
|
| rename to ash/system/tiles/tiles_default_view.h
|
| index deab47a04f57c01be3c01beffde3959bfbb4e4b1..075e7aae0c53387c4d63445c745edb25c25a2c2b 100644
|
| --- a/ash/common/system/tiles/tiles_default_view.h
|
| +++ b/ash/system/tiles/tiles_default_view.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_COMMON_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
| -#define ASH_COMMON_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
| +#ifndef ASH_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
| +#define ASH_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/login_status.h"
|
| +#include "ash/login_status.h"
|
| #include "base/macros.h"
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/view.h"
|
| @@ -58,4 +58,4 @@ class ASH_EXPORT TilesDefaultView : public views::View,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
| +#endif // ASH_SYSTEM_TILES_TILES_DEFAULT_VIEW_H_
|
|
|