Index: content/public/common/file_chooser_params.h |
diff --git a/content/public/common/file_chooser_params.h b/content/public/common/file_chooser_params.h |
index fad4702cc993b89c73ba70ecd3f7157585cbc051..32261d1b7fae2adf55beaa19f9595d271ca90fc5 100644 |
--- a/content/public/common/file_chooser_params.h |
+++ b/content/public/common/file_chooser_params.h |
@@ -40,7 +40,7 @@ struct CONTENT_EXPORT FileChooserParams { |
string16 title; |
// Default file name to select in the dialog. |
- FilePath default_file_name; |
+ base::FilePath default_file_name; |
// A list of valid lower-cased MIME types or file extensions specified in an |
// input element. It is used to restrict selectable files to such types. |