| Index: chrome/test/webdriver/webdriver_automation.cc
|
| diff --git a/chrome/test/webdriver/webdriver_automation.cc b/chrome/test/webdriver/webdriver_automation.cc
|
| index 5eeb1cb61ee44e0a109e959121cc73d5a7183d08..20fdfae4e199c1aef4e9f297fc2b6ea813ddbc8a 100644
|
| --- a/chrome/test/webdriver/webdriver_automation.cc
|
| +++ b/chrome/test/webdriver/webdriver_automation.cc
|
| @@ -1110,7 +1110,7 @@ void Automation::GetGeolocation(scoped_ptr<DictionaryValue>* geolocation,
|
| }
|
| }
|
|
|
| -void Automation::OverrideGeolocation(DictionaryValue* geolocation,
|
| +void Automation::OverrideGeolocation(const DictionaryValue* geolocation,
|
| Error** error) {
|
| *error = CheckGeolocationSupported();
|
| if (*error)
|
|
|