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

Unified Diff: chrome/browser/ui/webui/signin/signin_create_profile_handler.h

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months 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/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

Powered by Google App Engine
This is Rietveld 408576698