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

Unified Diff: ui/aura/test/test_windows.cc

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: ui/aura/test/test_windows.cc
diff --git a/ui/aura/test/test_windows.cc b/ui/aura/test/test_windows.cc
index 8f1c21d3b3d39f2b4dda9495df555b56499e10ac..48ee5752cc65e06b5da2c06a3b89602ce9cc299b 100644
--- a/ui/aura/test/test_windows.cc
+++ b/ui/aura/test/test_windows.cc
@@ -34,15 +34,11 @@ Window* CreateTestWindowWithDelegate(WindowDelegate* delegate,
const gfx::Rect& bounds,
Window* parent) {
return CreateTestWindowWithDelegateAndType(
- delegate,
- aura::client::WINDOW_TYPE_NORMAL,
- id,
- bounds,
- parent);
+ delegate, ui::wm::WINDOW_TYPE_NORMAL, id, bounds, parent);
}
Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
- client::WindowType type,
+ ui::wm::WindowType type,
int id,
const gfx::Rect& bounds,
Window* parent) {

Powered by Google App Engine
This is Rietveld 408576698