| Index: chrome/test/webdriver/commands/webdriver_command.h
|
| diff --git a/chrome/test/webdriver/commands/webdriver_command.h b/chrome/test/webdriver/commands/webdriver_command.h
|
| index bb79b720646a51f4beb49892084c6022602398e9..7985e92687decf9addcf5e82f5ba2547ee0ccba0 100644
|
| --- a/chrome/test/webdriver/commands/webdriver_command.h
|
| +++ b/chrome/test/webdriver/commands/webdriver_command.h
|
| @@ -25,8 +25,8 @@ class Response;
|
| // directly.
|
| class WebDriverCommand : public Command {
|
| public:
|
| - inline WebDriverCommand(const std::vector<std::string> path_segments,
|
| - const DictionaryValue* const parameters)
|
| + WebDriverCommand(const std::vector<std::string> path_segments,
|
| + const DictionaryValue* const parameters)
|
| : Command(path_segments, parameters), session_(NULL) {}
|
| virtual ~WebDriverCommand() {}
|
|
|
|
|