| 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_;
|
|
|
|
|