| Index: chrome/browser/ui/gtk/extension_installed_bubble_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/extension_installed_bubble_gtk.cc (revision 73642)
|
| +++ chrome/browser/ui/gtk/extension_installed_bubble_gtk.cc (working copy)
|
| @@ -21,11 +21,11 @@
|
| #include "chrome/common/notification_details.h"
|
| #include "chrome/common/notification_source.h"
|
| #include "chrome/common/notification_type.h"
|
| -#include "gfx/gtk_util.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/gtk_util.h"
|
|
|
| namespace {
|
|
|
|
|