Chromium Code Reviews| 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 92087715b35a9234feeff8f46e5517d448ad4199..0e0cc31c0226c1652b4e88382bb4e24a0e87a6bb 100644 | 
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h | 
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h | 
| @@ -15,7 +15,8 @@ | 
| #include "components/sync/driver/sync_service_observer.h" | 
| namespace base { | 
| -class StringValue; | 
| +class Value; | 
| +using StringValue = Value; | 
| } | 
| namespace options { |