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

Unified Diff: chrome/browser/ui/webui/options/manage_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/options/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index f677f0159a135b1ca310a6ffc6d853fe7cf33d26..b0688bfc52071e1e306002f5b1fca0df5630f9cc 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -16,7 +16,6 @@
namespace base {
class Value;
-using StringValue = Value;
}
namespace options {
@@ -65,7 +64,7 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// Send all profile icons and their default names to the overlay.
// |mode| is the dialog mode, i.e. "create" or "manage".
- void SendProfileIconsAndNames(const base::StringValue& mode);
+ void SendProfileIconsAndNames(const base::Value& mode);
// Sends an object to WebUI of the form:
// profileNames = {

Powered by Google App Engine
This is Rietveld 408576698