| Index: chrome/browser/ui/gtk/options/general_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/options/general_page_gtk.cc (revision 73642)
|
| +++ chrome/browser/ui/gtk/options/general_page_gtk.cc (working copy)
|
| @@ -30,10 +30,10 @@
|
| #include "chrome/browser/ui/options/show_options_url.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "gfx/gtk_util.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/gfx/gtk_util.h"
|
|
|
| namespace {
|
|
|
|
|