Index: chrome/test/webdriver/commands/execute_async_script_command.h |
=================================================================== |
--- chrome/test/webdriver/commands/execute_async_script_command.h (revision 92173) |
+++ chrome/test/webdriver/commands/execute_async_script_command.h (working copy) |
@@ -10,7 +10,9 @@ |
#include "chrome/test/webdriver/commands/webdriver_command.h" |
+namespace base { |
class DictionaryValue; |
+} |
namespace webdriver { |
@@ -24,7 +26,7 @@ |
class ExecuteAsyncScriptCommand : public WebDriverCommand { |
public: |
ExecuteAsyncScriptCommand(const std::vector<std::string>& path_segments, |
- const DictionaryValue* const parameters); |
+ const base::DictionaryValue* const parameters); |
virtual ~ExecuteAsyncScriptCommand(); |
virtual bool DoesPost(); |
@@ -37,4 +39,3 @@ |
} // namespace webdriver |
#endif // CHROME_TEST_WEBDRIVER_COMMANDS_EXECUTE_ASYNC_SCRIPT_COMMAND_H_ |
- |