diff options
Diffstat (limited to 'chrome/test/webdriver/commands/webdriver_command.h')
-rw-r--r-- | chrome/test/webdriver/commands/webdriver_command.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h index c4e759d..248aa58 100644 --- a/chrome/test/webdriver/commands/webdriver_command.h +++ b/chrome/test/webdriver/commands/webdriver_command.h @@ -10,7 +10,9 @@ #include "chrome/test/webdriver/commands/command.h" +namespace base { class DictionaryValue; +} namespace webdriver { @@ -26,7 +28,7 @@ class Session; class WebDriverCommand : public Command { public: WebDriverCommand(const std::vector<std::string>& path_segments, - const DictionaryValue* const parameters); + const base::DictionaryValue* const parameters); virtual ~WebDriverCommand(); // Initializes this webdriver command by fetching the command session. |