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

Unified Diff: ash/system/tiles/tray_tiles_unittest.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/system/tiles/tray_tiles.cc ('k') | ash/system/toast/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tiles/tray_tiles_unittest.cc
diff --git a/ash/common/system/tiles/tray_tiles_unittest.cc b/ash/system/tiles/tray_tiles_unittest.cc
similarity index 96%
rename from ash/common/system/tiles/tray_tiles_unittest.cc
rename to ash/system/tiles/tray_tiles_unittest.cc
index 39308bd0d69e41200ea7ccacea75260dc7b24d32..b26b4eca00d00e5efd2d30881c5c27cd36cc10c1 100644
--- a/ash/common/system/tiles/tray_tiles_unittest.cc
+++ b/ash/system/tiles/tray_tiles_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/system/tiles/tray_tiles.h"
+#include "ash/system/tiles/tray_tiles.h"
#include "ash/common/session/session_state_delegate.h"
-#include "ash/common/system/tiles/tiles_default_view.h"
#include "ash/common/wm_shell.h"
+#include "ash/system/tiles/tiles_default_view.h"
#include "ash/test/ash_test_base.h"
#include "ui/views/controls/button/custom_button.h"
#include "ui/views/view.h"
« no previous file with comments | « ash/system/tiles/tray_tiles.cc ('k') | ash/system/toast/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698