diff options
Diffstat (limited to 'chrome/test/automation/automation_json_requests.h')
-rw-r--r-- | chrome/test/automation/automation_json_requests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h index fc77996..860fa61 100644 --- a/chrome/test/automation/automation_json_requests.h +++ b/chrome/test/automation/automation_json_requests.h @@ -528,7 +528,7 @@ bool SendSetPreferenceJSONRequest( // Requests to override the user's geolocation. Returns true on success. bool SendOverrideGeolocationJSONRequest( AutomationMessageSender* sender, - base::DictionaryValue* geolocation, + const base::DictionaryValue* geolocation, automation::Error* error) WARN_UNUSED_RESULT; #endif // CHROME_TEST_AUTOMATION_AUTOMATION_JSON_REQUESTS_H_ |