| Index: chrome/browser/ui/window_sizer.cc
|
| ===================================================================
|
| --- chrome/browser/ui/window_sizer.cc (revision 68008)
|
| +++ chrome/browser/ui/window_sizer.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // 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_process.h"
|
| -#include "chrome/browser/browser_window.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/common/pref_names.h"
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|