| Index: ash/common/system/chromeos/palette/tools/capture_screen_action.h
|
| diff --git a/ash/system/palette/tools/capture_screen_action.h b/ash/common/system/chromeos/palette/tools/capture_screen_action.h
|
| similarity index 72%
|
| rename from ash/system/palette/tools/capture_screen_action.h
|
| rename to ash/common/system/chromeos/palette/tools/capture_screen_action.h
|
| index 6c06286c3b859db2c2661c766af8f81a1de4aff2..148b71d2331e66b5bb66167a930b2c8616dfc5ac 100644
|
| --- a/ash/system/palette/tools/capture_screen_action.h
|
| +++ b/ash/common/system/chromeos/palette/tools/capture_screen_action.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_SYSTEM_PALETTE_TOOLS_CAPTURE_SCREEN_ACTION_H_
|
| -#define ASH_SYSTEM_PALETTE_TOOLS_CAPTURE_SCREEN_ACTION_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CAPTURE_SCREEN_ACTION_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CAPTURE_SCREEN_ACTION_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/system/palette/common_palette_tool.h"
|
| +#include "ash/common/system/chromeos/palette/common_palette_tool.h"
|
|
|
| namespace ash {
|
|
|
| @@ -30,4 +30,4 @@ class ASH_EXPORT CaptureScreenAction : public CommonPaletteTool {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_PALETTE_TOOLS_CAPTURE_SCREEN_ACTION_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CAPTURE_SCREEN_ACTION_H_
|
|
|