| Index: chrome/common/importer/importer_data_types.h
|
| diff --git a/chrome/common/importer/importer_data_types.h b/chrome/common/importer/importer_data_types.h
|
| index 8f550681f7088fa69bdc675af17a023bdd0cc365..57902095e349a050ed3a1ef5659f4aba94b4002b 100644
|
| --- a/chrome/common/importer/importer_data_types.h
|
| +++ b/chrome/common/importer/importer_data_types.h
|
| @@ -36,7 +36,7 @@ struct SourceProfile {
|
| SourceProfile();
|
| ~SourceProfile();
|
|
|
| - string16 importer_name;
|
| + base::string16 importer_name;
|
| ImporterType importer_type;
|
| base::FilePath source_path;
|
| base::FilePath app_path;
|
| @@ -49,8 +49,8 @@ struct SourceProfile {
|
| // Contains information needed for importing bookmarks/search engine urls, etc.
|
| struct URLKeywordInfo {
|
| GURL url;
|
| - string16 keyword;
|
| - string16 display_name;
|
| + base::string16 keyword;
|
| + base::string16 display_name;
|
| };
|
|
|
| #if defined(OS_WIN)
|
|
|