summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/source_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/source_command.h')
-rw-r--r--chrome/test/webdriver/commands/source_command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/source_command.h b/chrome/test/webdriver/commands/source_command.h
index 0248d34..7444009 100644
--- a/chrome/test/webdriver/commands/source_command.h
+++ b/chrome/test/webdriver/commands/source_command.h
@@ -10,7 +10,9 @@
#include "chrome/test/webdriver/commands/webdriver_command.h"
+namespace base {
class DictionaryValue;
+}
namespace webdriver {
@@ -21,7 +23,7 @@ class Response;
class SourceCommand : public WebDriverCommand {
public:
SourceCommand(const std::vector<std::string>& path_segments,
- const DictionaryValue* const parameters);
+ const base::DictionaryValue* const parameters);
virtual ~SourceCommand();
virtual bool DoesGet();