Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h (revision 110952) |
+++ chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h (working copy) |
@@ -6,11 +6,11 @@ |
#define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_NON_CLIENT_FRAME_VIEW_AURA_H_ |
#pragma once |
+#include "ui/aura_shell/window_frame.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" |
-#include "ui/aura_shell/window_frame.h" |
-#include "ui/views/widget/widget.h" |
#include "views/controls/button/button.h" |
+#include "views/widget/widget.h" |
class BrowserFrame; |
class BrowserView; |