Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Unified Diff: ash/common/system/chromeos/palette/common_palette_tool.cc

Issue 2731873002: Revert "chromeos: Move files in //ash/common to //ash, part 1" (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698