diff options
| author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 21:00:16 +0000 |
|---|---|---|
| committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 21:00:16 +0000 |
| commit | 969201575445f53b11562542f4d8a12d8f1a4777 (patch) | |
| tree | fa491f8ec26fa6bd232e3cf5a5051acd2fea6e97 /chrome/browser/chromeos/file_manager/select_file_dialog_util.h | |
| parent | 84a3403847df91ea351d67e2d50025fd3f0bf651 (diff) | |
| download | chromium_src-969201575445f53b11562542f4d8a12d8f1a4777.zip chromium_src-969201575445f53b11562542f4d8a12d8f1a4777.tar.gz chromium_src-969201575445f53b11562542f4d8a12d8f1a4777.tar.bz2 | |
Replace string16 with base::string16.
This updates portions of chrome/browser/... to use the base namespace.
BUG=
Review URL: https://codereview.chromium.org/105193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/file_manager/select_file_dialog_util.h')
| -rw-r--r-- | chrome/browser/chromeos/file_manager/select_file_dialog_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/file_manager/select_file_dialog_util.h b/chrome/browser/chromeos/file_manager/select_file_dialog_util.h index acb506f..2f2526b 100644 --- a/chrome/browser/chromeos/file_manager/select_file_dialog_util.h +++ b/chrome/browser/chromeos/file_manager/select_file_dialog_util.h @@ -13,7 +13,7 @@ namespace file_manager { namespace util { // Get file dialog title string from its type. -string16 GetSelectFileDialogTitle(ui::SelectFileDialog::Type type); +base::string16 GetSelectFileDialogTitle(ui::SelectFileDialog::Type type); } // namespace util } // namespace file_manager |
