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

Unified Diff: ui/gfx/native_widget_types.h

Issue 7886042: Move Aura to UI subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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: ui/gfx/native_widget_types.h
===================================================================
--- ui/gfx/native_widget_types.h (revision 100961)
+++ ui/gfx/native_widget_types.h (working copy)
@@ -37,7 +37,9 @@
// 'views'.
#if defined(USE_AURA)
-#include "aura/window.h"
+namespace aura {
+class Window;
+}
#endif
#if defined(OS_WIN)
#include <windows.h> // NOLINT

Powered by Google App Engine
This is Rietveld 408576698