summaryrefslogtreecommitdiffstats
path: root/content/public/browser/download_save_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/download_save_info.h')
-rw-r--r--content/public/browser/download_save_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/download_save_info.h b/content/public/browser/download_save_info.h
index 6b7a14a..1f44911 100644
--- a/content/public/browser/download_save_info.h
+++ b/content/public/browser/download_save_info.h
@@ -27,7 +27,7 @@ struct CONTENT_EXPORT DownloadSaveInfo {
// If non-empty, contains an untrusted filename suggestion. This can't contain
// a path (only a filename), and is only effective if |file_path| is empty.
- string16 suggested_name;
+ base::string16 suggested_name;
// If non-NULL, contains the source data stream for the file contents.
scoped_ptr<net::FileStream> file_stream;