| Index: chrome/browser/gtk/options/options_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/options_window_gtk.cc (revision 68008)
|
| +++ chrome/browser/gtk/options/options_window_gtk.cc (working copy)
|
| @@ -10,9 +10,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/accessibility_events.h"
|
| -#include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/browser_window.h"
|
| #include "chrome/browser/gtk/accessible_widget_helper_gtk.h"
|
| #include "chrome/browser/gtk/gtk_util.h"
|
| #include "chrome/browser/gtk/options/advanced_page_gtk.h"
|
| @@ -21,7 +19,9 @@
|
| #include "chrome/browser/prefs/pref_member.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profile.h"
|
| -#include "chrome/browser/window_sizer.h"
|
| +#include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/ui/browser_window.h"
|
| +#include "chrome/browser/ui/window_sizer.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "grit/chromium_strings.h"
|
|
|