| Index: chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| index 03b432c309707fc943bed5fabd681ec6e049fd69..c4ced375c6e3a89367417f9ae54bdf17976828ce 100644
|
| --- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| @@ -21,10 +21,10 @@
|
| #include "chrome/browser/ui/libgtk2ui/gtk2_signal.h"
|
| #include "chrome/browser/ui/libgtk2ui/gtk2_util.h"
|
| #include "chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h"
|
| -#include "grit/ui_strings.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/shell_dialogs/select_file_dialog.h"
|
| +#include "ui/strings/grit/ui_strings.h"
|
|
|
| namespace {
|
|
|
|
|