| Index: components/sync/device_info/device_info.h
 | 
| diff --git a/components/sync/device_info/device_info.h b/components/sync/device_info/device_info.h
 | 
| index 638020771e350558fdfe770de650d7c50f5deacd..664741e3ee1941c0cd66b90db95417d6ce135333 100644
 | 
| --- a/components/sync/device_info/device_info.h
 | 
| +++ b/components/sync/device_info/device_info.h
 | 
| @@ -72,7 +72,7 @@ class DeviceInfo {
 | 
|  
 | 
|    // Converts the |DeviceInfo| values to a JS friendly DictionaryValue,
 | 
|    // which extension APIs can expose to third party apps.
 | 
| -  base::DictionaryValue* ToValue();
 | 
| +  std::unique_ptr<base::DictionaryValue> ToValue();
 | 
|  
 | 
|   private:
 | 
|    const std::string guid_;
 | 
| 
 |