| Index: chrome/browser/ui/gtk/dialogs_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/dialogs_gtk.cc (revision 71854)
|
| +++ chrome/browser/ui/gtk/dialogs_gtk.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
| #include <map>
|
| #include <set>
|
|
|
| -#include "app/gtk_signal.h"
|
| #include "app/l10n_util.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| @@ -19,6 +18,7 @@
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/shell_dialogs.h"
|
| #include "grit/generated_resources.h"
|
| +#include "ui/base/gtk/gtk_signal.h"
|
|
|
| // The size of the preview we display for selected image files. We set height
|
| // larger than width because generally there is more free space vertically
|
|
|