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

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

Issue 8968022: Shell related switches -> aura shell switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « ui/aura/client/window_types.h ('k') | ui/aura/test/test_windows.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_windows.h
===================================================================
--- ui/aura/test/test_windows.h (revision 114849)
+++ ui/aura/test/test_windows.h (working copy)
@@ -8,9 +8,9 @@
#include "base/compiler_specific.h"
#include "third_party/skia/include/core/SkColor.h"
+#include "ui/aura/client/window_types.h"
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/test/aura_test_base.h"
-#include "ui/aura/window_types.h"
namespace aura {
namespace test {
@@ -26,7 +26,7 @@
const gfx::Rect& bounds,
Window* parent);
Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
- WindowType type,
+ client::WindowType type,
int id,
const gfx::Rect& bounds,
Window* parent);
« no previous file with comments | « ui/aura/client/window_types.h ('k') | ui/aura/test/test_windows.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698