Index: chrome/test/automation/automation_json_requests.h |
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h |
index fc77996f624d2eb9caf432bf46e4e9759bd5887c..860fa61b512f3a93ce54485d3911d8cb86ac237e 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_ |