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

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

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « ash/system/palette/common_palette_tool.h ('k') | ash/system/palette/mock_palette_tool_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/palette/common_palette_tool.cc
diff --git a/ash/common/system/chromeos/palette/common_palette_tool.cc b/ash/system/palette/common_palette_tool.cc
similarity index 91%
rename from ash/common/system/chromeos/palette/common_palette_tool.cc
rename to ash/system/palette/common_palette_tool.cc
index 23d59add50661e43ecc8b69b6ddef38475d68514..d9e5634e9f4c20b486af67b160ff4c723e8ab055 100644
--- a/ash/common/system/chromeos/palette/common_palette_tool.cc
+++ b/ash/system/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/common/system/chromeos/palette/common_palette_tool.h"
+#include "ash/system/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"
« no previous file with comments | « ash/system/palette/common_palette_tool.h ('k') | ash/system/palette/mock_palette_tool_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698