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

Unified Diff: chrome/utility/importer/external_process_importer_bridge.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again 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/utility/extensions/unpacker.cc ('k') | chrome/utility/importer/external_process_importer_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/external_process_importer_bridge.h
diff --git a/chrome/utility/importer/external_process_importer_bridge.h b/chrome/utility/importer/external_process_importer_bridge.h
index 9bf5700e862a493a0c1ba5e283e4cb0e521eded2..57efe3548b509669c5bb4658b875335ad66a7146 100644
--- a/chrome/utility/importer/external_process_importer_bridge.h
+++ b/chrome/utility/importer/external_process_importer_bridge.h
@@ -47,9 +47,8 @@ class ExternalProcessImporterBridge : public ImporterBridge {
base::TaskRunner* task_runner);
// Begin ImporterBridge implementation:
- virtual void AddBookmarks(
- const std::vector<ImportedBookmarkEntry>& bookmarks,
- const string16& first_folder_name) OVERRIDE;
+ virtual void AddBookmarks(const std::vector<ImportedBookmarkEntry>& bookmarks,
+ const base::string16& first_folder_name) OVERRIDE;
virtual void AddHomePage(const GURL& home_page) OVERRIDE;
@@ -79,7 +78,7 @@ class ExternalProcessImporterBridge : public ImporterBridge {
virtual void NotifyItemEnded(importer::ImportItem item) OVERRIDE;
virtual void NotifyEnded() OVERRIDE;
- virtual string16 GetLocalizedString(int message_id) OVERRIDE;
+ virtual base::string16 GetLocalizedString(int message_id) OVERRIDE;
// End ImporterBridge implementation.
private:
« no previous file with comments | « chrome/utility/extensions/unpacker.cc ('k') | chrome/utility/importer/external_process_importer_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698