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

Unified Diff: ash/test/test_system_tray_delegate.cc

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (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
« no previous file with comments | « ash/test/test_system_tray_delegate.h ('k') | ash/test/test_wallpaper_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_system_tray_delegate.cc
diff --git a/ash/common/test/test_system_tray_delegate.cc b/ash/test/test_system_tray_delegate.cc
similarity index 94%
rename from ash/common/test/test_system_tray_delegate.cc
rename to ash/test/test_system_tray_delegate.cc
index 84b240c335d27d85ec3bd8857ea224ab6d6c6041..ec6659a0c1e63aa38f34a3cab5d03a5440c41b01 100644
--- a/ash/common/test/test_system_tray_delegate.cc
+++ b/ash/test/test_system_tray_delegate.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/test/test_system_tray_delegate.h"
+#include "ash/test/test_system_tray_delegate.h"
#include <string>
-#include "ash/common/login_status.h"
-#include "ash/common/session/session_state_delegate.h"
-#include "ash/common/wm_shell.h"
+#include "ash/login_status.h"
+#include "ash/session/session_state_delegate.h"
+#include "ash/wm_shell.h"
#include "base/time/time.h"
namespace ash {
« no previous file with comments | « ash/test/test_system_tray_delegate.h ('k') | ash/test/test_wallpaper_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698