| Index: chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/options/content_page_gtk.cc (revision 71526)
|
| +++ chrome/browser/ui/gtk/options/content_page_gtk.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/options/content_page_gtk.h"
|
| +#include "chrome/browser/ui/gtk/options/content_page_gtk.h"
|
|
|
| #include <string>
|
|
|
| @@ -10,18 +10,18 @@
|
| #include "base/command_line.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/defaults.h"
|
| -#include "chrome/browser/gtk/gtk_chrome_link_button.h"
|
| -#include "chrome/browser/gtk/gtk_theme_provider.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| -#include "chrome/browser/gtk/import_dialog_gtk.h"
|
| -#include "chrome/browser/gtk/options/options_layout_gtk.h"
|
| -#include "chrome/browser/gtk/options/passwords_exceptions_window_gtk.h"
|
| #include "chrome/browser/importer/importer_data_types.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_provider.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/import_dialog_gtk.h"
|
| +#include "chrome/browser/ui/gtk/options/options_layout_gtk.h"
|
| +#include "chrome/browser/ui/gtk/options/passwords_exceptions_window_gtk.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
|
|