| Index: chrome/browser/ui/webui/signin/signin_create_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
|
| index 46c5de59d958ff82239b18049803173cd0682996..87bf6e44a840cc9e87264306c6496050a5ed9ab9 100644
|
| --- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.h
|
| @@ -158,7 +158,7 @@ class SigninCreateProfileHandler : public content::WebUIMessageHandler,
|
|
|
| base::string16 GetProfileCreationErrorMessageLocal() const;
|
|
|
| - base::StringValue GetWebUIListenerName(ProfileCreationStatus status) const;
|
| + base::Value GetWebUIListenerName(ProfileCreationStatus status) const;
|
|
|
| // Used to allow canceling a profile creation (particularly a supervised-user
|
| // registration) in progress. Set when profile creation is begun, and
|
|
|