summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver/capabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/chromedriver/capabilities.h')
-rw-r--r--chrome/test/chromedriver/capabilities.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h
index 1fea633..998c56a 100644
--- a/chrome/test/chromedriver/capabilities.h
+++ b/chrome/test/chromedriver/capabilities.h
@@ -18,10 +18,10 @@
#include "chrome/test/chromedriver/net/net_util.h"
namespace base {
+class CommandLine;
class DictionaryValue;
}
-class CommandLine;
class Status;
class Switches {
@@ -49,7 +49,7 @@ class Switches {
size_t GetSize() const;
- void AppendToCommandLine(CommandLine* command) const;
+ void AppendToCommandLine(base::CommandLine* command) const;
std::string ToString() const;
private: