| Index: ash/common/system/chromeos/palette/common_palette_tool.cc
|
| diff --git a/ash/system/palette/common_palette_tool.cc b/ash/common/system/chromeos/palette/common_palette_tool.cc
|
| similarity index 91%
|
| rename from ash/system/palette/common_palette_tool.cc
|
| rename to ash/common/system/chromeos/palette/common_palette_tool.cc
|
| index d9e5634e9f4c20b486af67b160ff4c723e8ab055..23d59add50661e43ecc8b69b6ddef38475d68514 100644
|
| --- a/ash/system/palette/common_palette_tool.cc
|
| +++ b/ash/common/system/chromeos/palette/common_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/common_palette_tool.h"
|
| +#include "ash/common/system/chromeos/palette/common_palette_tool.h"
|
|
|
| #include "ash/common/shelf/shelf_constants.h"
|
| +#include "ash/common/system/chromeos/palette/palette_ids.h"
|
| +#include "ash/common/system/chromeos/palette/palette_tool_manager.h"
|
| +#include "ash/common/system/tray/hover_highlight_view.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/view_click_listener.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| -#include "ash/system/palette/palette_ids.h"
|
| -#include "ash/system/palette/palette_tool_manager.h"
|
| -#include "ash/system/tray/hover_highlight_view.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/view_click_listener.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|