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

Unified Diff: chrome/test/webdriver/commands/webdriver_command.h

Issue 6330012: Cookie commands for the webdriver protocol (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: dsdsdsdjsdsj 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
Index: chrome/test/webdriver/commands/webdriver_command.h
diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h
index 4446b053b098909fb515d14655d430c86b9766dd..6d8143947d234152d28c22da3e05310c836e4a9c 100644
--- a/chrome/test/webdriver/commands/webdriver_command.h
+++ b/chrome/test/webdriver/commands/webdriver_command.h
@@ -8,11 +8,16 @@
#include <string>
#include <vector>
-#include "chrome/test/webdriver/session_manager.h"
#include "chrome/test/webdriver/commands/command.h"
+#include "chrome/test/webdriver/session.h"
+
+class DictionaryValue;
namespace webdriver {
+class Response;
+class Session;
+
// All URLs that are found in the document:
// http://code.google.com/p/selenium/wiki/JsonWireProtocol
// and are to be supported for all browsers and platforms should inhert

Powered by Google App Engine
This is Rietveld 408576698