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

Unified Diff: ash/test/ash_test_base.cc

Issue 1390883003: aura: Unify WindowTreeHost for some platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing factories Created 5 years, 2 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/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 3a799fe30989871228fb6602c693cd9b335861a8..7b0d5a0b56b86e5585aedffc4bb2f27d4e29ce32 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -41,7 +41,6 @@
#if defined(OS_WIN)
#include "base/win/windows_version.h"
#include "ui/aura/remote_window_tree_host_win.h"
-#include "ui/aura/window_tree_host_win.h"
mfomitchev 2015/10/09 21:24:18 If we are removing window_tree_host_win, shouldn't
no sievers 2015/10/09 21:41:14 This was unneeded here, I think. It only needs Win
#include "ui/platform_window/win/win_window.h"
#include "win8/test/test_registrar_constants.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698