diff options
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r-- | chrome/browser/utility_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index c52c424..fa0a63c 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -48,7 +48,7 @@ class UtilityProcessHost : public ChildProcessHost { // contains the parsed list of web resource items downloaded from the // web resource server. virtual void OnUnpackWebResourceSucceeded( - const ListValue& json_data) {} + const DictionaryValue& json_data) {} // Called when an error occurred while parsing the resource data. // |error_message| contains a description of the problem. |