| Index: chrome/test/webdriver/cookie.h
|
| diff --git a/chrome/test/webdriver/cookie.h b/chrome/test/webdriver/cookie.h
|
| index 00f74f653730e913d0909b746f613ad41e1b7fac..d8d1c0a4787826755aa5581907f5af52df9a2e8e 100644
|
| --- a/chrome/test/webdriver/cookie.h
|
| +++ b/chrome/test/webdriver/cookie.h
|
| @@ -17,6 +17,7 @@ class Cookie {
|
| public:
|
| explicit Cookie(const std::string& cookie);
|
| explicit Cookie(const DictionaryValue& dict);
|
| + ~Cookie();
|
|
|
| DictionaryValue* ToDictionary();
|
| // ToJSONString() returns a string form of a JSON object with the required
|
|
|