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

Unified Diff: ash/wm/overview/cleanup_animation_observer_unittest.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/wm/overview/cleanup_animation_observer.cc ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/cleanup_animation_observer_unittest.cc
diff --git a/ash/common/wm/overview/cleanup_animation_observer_unittest.cc b/ash/wm/overview/cleanup_animation_observer_unittest.cc
similarity index 97%
rename from ash/common/wm/overview/cleanup_animation_observer_unittest.cc
rename to ash/wm/overview/cleanup_animation_observer_unittest.cc
index a4db1edaaeff9db98f054ce61d3e72a5cb94d0d9..1cfc762bd1846eb7b25a66a179a8127b6fffde75 100644
--- a/ash/common/wm/overview/cleanup_animation_observer_unittest.cc
+++ b/ash/wm/overview/cleanup_animation_observer_unittest.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/wm/overview/cleanup_animation_observer.h"
+#include "ash/wm/overview/cleanup_animation_observer.h"
#include <vector>
-#include "ash/common/wm/overview/window_selector_delegate.h"
-#include "ash/common/wm_window.h"
#include "ash/test/ash_test_base.h"
+#include "ash/wm/overview/window_selector_delegate.h"
+#include "ash/wm_window.h"
#include "ui/compositor/layer_animation_observer.h"
#include "ui/compositor/scoped_animation_duration_scale_mode.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
« no previous file with comments | « ash/wm/overview/cleanup_animation_observer.cc ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698