| Index: ash/common/system/chromeos/palette/palette_tool.cc
|
| diff --git a/ash/system/palette/palette_tool.cc b/ash/common/system/chromeos/palette/palette_tool.cc
|
| similarity index 65%
|
| rename from ash/system/palette/palette_tool.cc
|
| rename to ash/common/system/chromeos/palette/palette_tool.cc
|
| index 74b88a0f33f4fcf334d6a097a69fa20bfff09e4a..2ea40c10af753f9b9e6cd325f5068ca5db3cff8c 100644
|
| --- a/ash/system/palette/palette_tool.cc
|
| +++ b/ash/common/system/chromeos/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/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 "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 "base/memory/ptr_util.h"
|
| #include "ui/gfx/paint_vector_icon.h"
|
|
|
|
|