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

Unified Diff: views/view_win.cc

Issue 8533010: views: Move accessibility/ directory to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « views/view.cc ('k') | views/widget/native_widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view_win.cc
diff --git a/views/view_win.cc b/views/view_win.cc
index 07de594c60f37aec1e95fa49e66e70aa6a9301c4..f8adb433cebb70d2a48b70ef8790957b25de2a03 100644
--- a/views/view_win.cc
+++ b/views/view_win.cc
@@ -5,11 +5,11 @@
#include "views/view.h"
// Necessary to define oleacc GUID's.
+#include <windows.h>
#include <initguid.h>
#include <oleacc.h>
-#include <windows.h>
-#include "views/accessibility/native_view_accessibility_win.h"
+#include "ui/views/accessibility/native_view_accessibility_win.h"
namespace views {
« no previous file with comments | « views/view.cc ('k') | views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698