Index: ash/system/palette/palette_tool.cc |
diff --git a/ash/common/system/chromeos/palette/palette_tool.cc b/ash/system/palette/palette_tool.cc |
similarity index 65% |
rename from ash/common/system/chromeos/palette/palette_tool.cc |
rename to ash/system/palette/palette_tool.cc |
index 2ea40c10af753f9b9e6cd325f5068ca5db3cff8c..74b88a0f33f4fcf334d6a097a69fa20bfff09e4a 100644 |
--- a/ash/common/system/chromeos/palette/palette_tool.cc |
+++ b/ash/system/palette/palette_tool.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/system/chromeos/palette/palette_tool.h" |
- |
-#include "ash/common/system/chromeos/palette/palette_tool_manager.h" |
-#include "ash/common/system/chromeos/palette/palette_utils.h" |
-#include "ash/common/system/chromeos/palette/tools/capture_region_mode.h" |
-#include "ash/common/system/chromeos/palette/tools/capture_screen_action.h" |
-#include "ash/common/system/chromeos/palette/tools/create_note_action.h" |
-#include "ash/common/system/chromeos/palette/tools/laser_pointer_mode.h" |
-#include "ash/common/system/chromeos/palette/tools/magnifier_mode.h" |
+#include "ash/system/palette/palette_tool.h" |
+ |
+#include "ash/system/palette/palette_tool_manager.h" |
+#include "ash/system/palette/palette_utils.h" |
+#include "ash/system/palette/tools/capture_region_mode.h" |
+#include "ash/system/palette/tools/capture_screen_action.h" |
+#include "ash/system/palette/tools/create_note_action.h" |
+#include "ash/system/palette/tools/laser_pointer_mode.h" |
+#include "ash/system/palette/tools/magnifier_mode.h" |
#include "base/memory/ptr_util.h" |
#include "ui/gfx/paint_vector_icon.h" |