| Index: chrome/browser/ui/gtk/options/passwords_exceptions_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/options/passwords_exceptions_page_gtk.cc (revision 73642)
|
| +++ chrome/browser/ui/gtk/options/passwords_exceptions_page_gtk.cc (working copy)
|
| @@ -14,12 +14,12 @@
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "gfx/gtk_util.h"
|
| #include "grit/app_resources.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/base/net_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/gfx/gtk_util.h"
|
|
|
| namespace {
|
|
|
|
|