Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: content/public/common/file_chooser_params.h

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0c7f1e41ce7d7124cb39d10f3c06810b38b01320..46043269a57764b176451863eb9422e9eaf728a1 100644
--- a/content/public/common/file_chooser_params.h
+++ b/content/public/common/file_chooser_params.h
@@ -37,14 +37,14 @@ struct CONTENT_EXPORT FileChooserParams {
// Title to be used for the dialog. This may be empty for the default title,
// which will be either "Open" or "Save" depending on the mode.
- string16 title;
+ base::string16 title;
// Default file name to select in the dialog.
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.
- std::vector<string16> accept_types;
+ std::vector<base::string16> accept_types;
#if defined(OS_ANDROID)
// See http://www.w3.org/TR/html-media-capture for more information.
« no previous file with comments | « content/public/common/context_menu_params.h ('k') | content/public/common/show_desktop_notification_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698