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