Index: views/controls/native/native_view_host_win.cc |
diff --git a/views/controls/native/native_view_host_win.cc b/views/controls/native/native_view_host_win.cc |
index d02bd9f3365b7be92699dee8f62b2510b0792d26..017721c4e0b33f05b98a1254ef02455e0b1aca91 100644 |
--- a/views/controls/native/native_view_host_win.cc |
+++ b/views/controls/native/native_view_host_win.cc |
@@ -9,10 +9,10 @@ |
#include "base/logging.h" |
#include "ui/gfx/canvas.h" |
#include "ui/views/focus/focus_manager.h" |
+#include "ui/views/widget/native_widget.h" |
+#include "ui/views/widget/root_view.h" |
+#include "ui/views/widget/widget.h" |
#include "views/controls/native/native_view_host.h" |
-#include "views/widget/native_widget.h" |
-#include "views/widget/root_view.h" |
-#include "views/widget/widget.h" |
namespace views { |