| Index: chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
|
| index 79adee7f580fa409f876f194f049381de195a744..e47e5b29d5a016b8989f0a4d31f4022ea728873f 100644
|
| --- a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
|
| +++ b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CHROME_BROWSER_UI_GTK_CREATE_APPLICATION_SHORTCUTS_DIALOG_GTK_H_
|
| #define CHROME_BROWSER_UI_GTK_CREATE_APPLICATION_SHORTCUTS_DIALOG_GTK_H_
|
|
|
| +#include "apps/shell_integration.h"
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| -#include "chrome/browser/shell_integration.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
|
|