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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.h

Issue 8589033: [Sync] Change std::wstring to string16 in SyncSetupFlowHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/browser/sync/sync_setup_wizard_unittest.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/sync_setup_handler.h b/chrome/browser/ui/webui/sync_setup_handler.h
index 3e5b9edac40400f338821ac2bc9c9e7d64e19ccf..c6a8b0768bffd34861976a7e7a8215db2f9d5259 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.h
+++ b/chrome/browser/ui/webui/sync_setup_handler.h
@@ -36,7 +36,7 @@ class SyncSetupHandler : public GaiaOAuthConsumer,
virtual void ShowConfigure(const base::DictionaryValue& args) OVERRIDE;
virtual void ShowPassphraseEntry(const base::DictionaryValue& args) OVERRIDE;
virtual void ShowSettingUp() OVERRIDE;
- virtual void ShowSetupDone(const std::wstring& user) OVERRIDE;
+ virtual void ShowSetupDone(const string16& user) OVERRIDE;
virtual void SetFlow(SyncSetupFlow* flow) OVERRIDE;
virtual void Focus() OVERRIDE;
« no previous file with comments | « chrome/browser/sync/sync_setup_wizard_unittest.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698