Index: chrome/browser/ui/window_sizer_win.cc |
=================================================================== |
--- chrome/browser/ui/window_sizer_win.cc (revision 68008) |
+++ chrome/browser/ui/window_sizer_win.cc (working copy) |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/window_sizer.h" |
+#include "chrome/browser/ui/window_sizer.h" |
-#include "chrome/browser/browser_list.h" |
-#include "chrome/browser/browser_window.h" |
#include "chrome/browser/ui/browser.h" |
+#include "chrome/browser/ui/browser_list.h" |
+#include "chrome/browser/ui/browser_window.h" |
// How much horizontal and vertical offset there is between newly |
// opened windows. |