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

Unified Diff: chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h

Issue 105193002: Replace string16 with base::string16. (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
Index: chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
index 73e3f45656cc57befbb0219d19c540c866c0a310..99586200a683d9be62df61d944d53ceba5661f0a 100644
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
+++ b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
@@ -30,7 +30,7 @@ class LocallyManagedUserCreationFlow : public ExtendedUserFlow {
virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
private:
// Display name for user being created.
- string16 name_;
+ base::string16 name_;
// Password for user being created.
std::string password_;

Powered by Google App Engine
This is Rietveld 408576698