| 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 91%
|
| rename from ash/common/system/tiles/tiles_default_view.h
|
| rename to ash/system/tiles/tiles_default_view.h
|
| index deab47a04f57c01be3c01beffde3959bfbb4e4b1..d719b6232ea41f62db46d1f8e437469f1ad1bcea 100644
|
| --- a/ash/common/system/tiles/tiles_default_view.h
|
| +++ b/ash/system/tiles/tiles_default_view.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_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"
|
| @@ -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_
|
|
|