summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/shell_dialogs_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/shell_dialogs_win.cc')
-rw-r--r--chrome/browser/ui/views/shell_dialogs_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/shell_dialogs_win.cc b/chrome/browser/ui/views/shell_dialogs_win.cc
index 710aac2..2b1a48f 100644
--- a/chrome/browser/ui/views/shell_dialogs_win.cc
+++ b/chrome/browser/ui/views/shell_dialogs_win.cc
@@ -11,7 +11,6 @@
#include <algorithm>
#include <set>
-#include "app/l10n_util.h"
#include "base/file_util.h"
#include "base/message_loop.h"
#include "base/scoped_comptr_win.h"
@@ -24,6 +23,7 @@
#include "gfx/font.h"
#include "grit/app_strings.h"
#include "grit/generated_resources.h"
+#include "ui/base/l10n/l10n_util.h"
// This function takes the output of a SaveAs dialog: a filename, a filter and
// the extension originally suggested to the user (shown in the dialog box) and