Index: chrome/browser/ui/views/shell_dialogs_win.cc |
diff --git a/chrome/browser/ui/views/shell_dialogs_win.cc b/chrome/browser/ui/views/shell_dialogs_win.cc |
index 4f1692b8fd2bec708cdd8ef8e54ce8f60c0ead1f..0ce04a0d25dd4a3499c2be7fa07e519c61d5b043 100644 |
--- a/chrome/browser/ui/views/shell_dialogs_win.cc |
+++ b/chrome/browser/ui/views/shell_dialogs_win.cc |
@@ -22,8 +22,8 @@ |
#include "base/win/scoped_comptr.h" |
#include "base/win/windows_version.h" |
#include "content/browser/browser_thread.h" |
-#include "grit/app_strings.h" |
#include "grit/generated_resources.h" |
+#include "grit/ui_strings.h" |
#include "ui/base/l10n/l10n_util.h" |
// This function takes the output of a SaveAs dialog: a filename, a filter and |