| Index: chrome/test/webdriver/commands/speed_command.h
|
| diff --git a/chrome/test/webdriver/commands/speed_command.h b/chrome/test/webdriver/commands/speed_command.h
|
| index 9846fa5c428a612320834b86e2a5f91c2dc56fb3..43f11c2d2d1d4a081cab4a159aac47d265ff95a6 100644
|
| --- a/chrome/test/webdriver/commands/speed_command.h
|
| +++ b/chrome/test/webdriver/commands/speed_command.h
|
| @@ -35,7 +35,7 @@ class SpeedCommand : public WebDriverCommand {
|
| private:
|
| virtual bool RequiresValidTab();
|
|
|
| - Session::Speed speed_;
|
| + Session::InputSpeed speed_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SpeedCommand);
|
| };
|
|
|