| Index: ash/common/system/chromeos/palette/tools/screenshot_unittest.cc
|
| diff --git a/ash/system/palette/tools/screenshot_unittest.cc b/ash/common/system/chromeos/palette/tools/screenshot_unittest.cc
|
| similarity index 88%
|
| rename from ash/system/palette/tools/screenshot_unittest.cc
|
| rename to ash/common/system/chromeos/palette/tools/screenshot_unittest.cc
|
| index 8283313a16430ed5030a751efe257894ceaabcca..faf7eaea089d7c80f864788d06b6754fe3554e0c 100644
|
| --- a/ash/system/palette/tools/screenshot_unittest.cc
|
| +++ b/ash/common/system/chromeos/palette/tools/screenshot_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // 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/mock_palette_tool_delegate.h"
|
| +#include "ash/common/system/chromeos/palette/palette_ids.h"
|
| +#include "ash/common/system/chromeos/palette/palette_tool.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/test/test_palette_delegate.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/system/palette/mock_palette_tool_delegate.h"
|
| -#include "ash/system/palette/palette_ids.h"
|
| -#include "ash/system/palette/palette_tool.h"
|
| -#include "ash/system/palette/tools/capture_region_mode.h"
|
| -#include "ash/system/palette/tools/capture_screen_action.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
|
|