Index: chrome/browser/chromeos/file_manager/url_util.h |
diff --git a/chrome/browser/chromeos/file_manager/url_util.h b/chrome/browser/chromeos/file_manager/url_util.h |
index 6c667f8dae55e49fd3c57f80b755d4fc37e4a867..e68dadf2ccf3c2228dabb60a78c3a0a4b0938712 100644 |
--- a/chrome/browser/chromeos/file_manager/url_util.h |
+++ b/chrome/browser/chromeos/file_manager/url_util.h |
@@ -31,7 +31,7 @@ GURL GetFileManagerMainPageUrl(); |
// in the query string section. |file_types| is optional. |
GURL GetFileManagerMainPageUrlWithParams( |
ui::SelectFileDialog::Type type, |
- const string16& title, |
+ const base::string16& title, |
const base::FilePath& default_virtual_path, |
const ui::SelectFileDialog::FileTypeInfo* file_types, |
int file_type_index, |