| 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 = {
|
|
|