Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: chrome/test/webdriver/cookie.h

Issue 6532008: Fix chromium-style compile error that got in the tree since yesterday. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Feb 17th Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/webdriver/commands/cookie_commands.cc ('k') | chrome/test/webdriver/cookie.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/webdriver/commands/cookie_commands.cc ('k') | chrome/test/webdriver/cookie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698