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

Unified Diff: ash/common/wm/workspace/workspace_event_handler_test_helper.h

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge to tip of tree Created 4 years, 4 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/wm/workspace/workspace_event_handler_test_helper.h
diff --git a/ash/wm/workspace/workspace_event_handler_test_helper.h b/ash/common/wm/workspace/workspace_event_handler_test_helper.h
similarity index 69%
rename from ash/wm/workspace/workspace_event_handler_test_helper.h
rename to ash/common/wm/workspace/workspace_event_handler_test_helper.h
index 013d0d05b1089b29a9942c62bc85b948a499501d..0f1cecd337d12f38cddd4ef4af14f31543e4545a 100644
--- a/ash/wm/workspace/workspace_event_handler_test_helper.h
+++ b/ash/common/wm/workspace/workspace_event_handler_test_helper.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_
-#define ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_
+#ifndef ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_
+#define ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_
-#include "ash/wm/workspace/workspace_event_handler.h"
+#include "ash/common/wm/workspace/workspace_event_handler.h"
#include "base/macros.h"
@@ -28,4 +28,4 @@ class WorkspaceEventHandlerTestHelper {
} // namespace ash
-#endif // ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_
+#endif // ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_TEST_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698