| 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 1ddb1ddff50a322bc8bff7e8529179ae48cb0705..faa4cb944990771ed76f476effabb3a09e70034c 100644
|
| --- a/chrome/browser/ui/views/shell_dialogs_win.cc
|
| +++ b/chrome/browser/ui/views/shell_dialogs_win.cc
|
| @@ -27,6 +27,8 @@
|
| #include "grit/ui_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // 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
|
| // returns back the filename with the appropriate extension tacked on. If the
|
|
|