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

Unified Diff: ash/test/cursor_manager_test_api.cc

Issue 1900443002: Removes aura dependencies from WindowPositioner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke GetWorkAreaForWindowInParent and fix windows Created 4 years, 8 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/ash_test_helper.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/cursor_manager_test_api.cc
diff --git a/ash/test/cursor_manager_test_api.cc b/ash/test/cursor_manager_test_api.cc
index a8bffe8b1858e91a7befb0474de8d50af38535c5..dfc43bbcda92d972ffb9fa001ddd77d69ef0393e 100644
--- a/ash/test/cursor_manager_test_api.cc
+++ b/ash/test/cursor_manager_test_api.cc
@@ -14,10 +14,8 @@
namespace ash {
namespace test {
-CursorManagerTestApi::CursorManagerTestApi(
- wm::CursorManager* cursor_manager)
- : cursor_manager_(cursor_manager) {
-}
+CursorManagerTestApi::CursorManagerTestApi(::wm::CursorManager* cursor_manager)
+ : cursor_manager_(cursor_manager) {}
CursorManagerTestApi::~CursorManagerTestApi() {
}
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698