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

Unified Diff: chrome/common/importer/importer_data_types.h

Issue 105473003: Add explicit base namespace to string16 users. (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
« no previous file with comments | « chrome/common/importer/importer_bridge.h ('k') | chrome/common/importer/profile_import_process_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/importer/importer_bridge.h ('k') | chrome/common/importer/profile_import_process_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698