| Index: chrome/test/chromedriver/capabilities.h
|
| diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h
|
| index 1fea6336cda29e7295e09cad9ace0e07839e97a7..998c56aed19f08aa454700c9ea970ea90d1bbf32 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:
|
|
|