Index: chrome/test/webdriver/webdriver_automation.h |
diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h |
index 4c3c646de9b64c390bd02a5df2839bc349045e12..6848ae2cd65337f3567d09a64b0ae23306e8e955 100644 |
--- a/chrome/test/webdriver/webdriver_automation.h |
+++ b/chrome/test/webdriver/webdriver_automation.h |
@@ -131,7 +131,7 @@ class Automation { |
void Reload(const WebViewId& view_id, Error** error); |
void GetCookies(const std::string& url, |
- base::ListValue** cookies, |
+ scoped_ptr<base::ListValue>* cookies, |
Error** error); |
void DeleteCookie(const std::string& url, |
const std::string& cookie_name, |