| Index: chrome/browser/ui/webui/settings/chromeos/device_storage_handler.h
 | 
| diff --git a/chrome/browser/ui/webui/settings/chromeos/device_storage_handler.h b/chrome/browser/ui/webui/settings/chromeos/device_storage_handler.h
 | 
| index e99db4a7916066e8616b196d167030cf159f2c32..a429a495c8bbb3bda6f33e66ec9922506f989929 100644
 | 
| --- a/chrome/browser/ui/webui/settings/chromeos/device_storage_handler.h
 | 
| +++ b/chrome/browser/ui/webui/settings/chromeos/device_storage_handler.h
 | 
| @@ -67,7 +67,7 @@ class StorageHandler : public ::settings::SettingsPageUIHandler {
 | 
|    void UpdateBrowsingDataSize();
 | 
|  
 | 
|    // Callback to receive the cache size.
 | 
| -  void OnGetCacheSize(int64_t size, bool is_upper_limit);
 | 
| +  void OnGetCacheSize(bool is_upper_limit, int64_t size);
 | 
|  
 | 
|    // Callback to update the UI about the size of browsing data.
 | 
|    void OnGetBrowsingDataSize(bool is_site_data, int64_t size);
 | 
| 
 |