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..ace0cc5a9ac638533ba85f4ca78a35c0cc1ee56a 100644 |
--- a/chrome/test/webdriver/commands/webdriver_command.h |
+++ b/chrome/test/webdriver/commands/webdriver_command.h |
@@ -8,11 +8,15 @@ |
#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; |
+ |
// 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 |