| Index: ash/common/system/chromeos/palette/palette_tool.h
|
| diff --git a/ash/system/palette/palette_tool.h b/ash/common/system/chromeos/palette/palette_tool.h
|
| similarity index 93%
|
| rename from ash/system/palette/palette_tool.h
|
| rename to ash/common/system/chromeos/palette/palette_tool.h
|
| index c1f1311ea9c70820bfb2d001de82347ae41c75a4..9b66f01fa48ca4bfbf7a848d4c54eb17bdaa3c44 100644
|
| --- a/ash/system/palette/palette_tool.h
|
| +++ b/ash/common/system/chromeos/palette/palette_tool.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_PALETTE_PALETTE_TOOL_H_
|
| -#define ASH_SYSTEM_PALETTE_PALETTE_TOOL_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_TOOL_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_TOOL_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/system/palette/palette_ids.h"
|
| +#include "ash/common/system/chromeos/palette/palette_ids.h"
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/vector_icon_types.h"
|
| @@ -117,4 +117,4 @@ class ASH_EXPORT PaletteTool {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_PALETTE_PALETTE_TOOL_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_PALETTE_TOOL_H_
|
|
|