Index: chrome/test/webdriver/webdriver_session.h |
diff --git a/chrome/test/webdriver/webdriver_session.h b/chrome/test/webdriver/webdriver_session.h |
index 0b81645709287e308af30299aa016aa611e4261a..413a522e97064eecd14b5e4749edc639dc1c3fe3 100644 |
--- a/chrome/test/webdriver/webdriver_session.h |
+++ b/chrome/test/webdriver/webdriver_session.h |
@@ -143,7 +143,8 @@ class Session { |
#if !defined(NO_TCMALLOC) && (defined(OS_LINUX) || defined(OS_CHROMEOS)) |
Error* HeapProfilerDump(const std::string& reason); |
#endif // !defined(NO_TCMALLOC) && (defined(OS_LINUX) || defined(OS_CHROMEOS)) |
- Error* GetCookies(const std::string& url, base::ListValue** cookies); |
+ Error* GetCookies(const std::string& url, |
+ scoped_ptr<base::ListValue>* cookies); |
Error* DeleteCookie(const std::string& url, const std::string& cookie_name); |
Error* SetCookie(const std::string& url, base::DictionaryValue* cookie_dict); |