| Index: chrome/test/chromedriver/chrome/navigation_tracker.h
|
| diff --git a/chrome/test/chromedriver/chrome/navigation_tracker.h b/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| index 0d02138177f0e543c6b8f7ccecb1b92cd3fbe55f..f309c59feb34d2c9e0bafea6436f9ee986f6331e 100644
|
| --- a/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| +++ b/chrome/test/chromedriver/chrome/navigation_tracker.h
|
| @@ -44,12 +44,12 @@ class NavigationTracker : public DevToolsEventListener {
|
| Status IsPendingNavigation(const std::string& frame_id, bool* is_pending);
|
|
|
| // Overridden from DevToolsEventListener:
|
| - virtual Status OnConnected(DevToolsClient* client) OVERRIDE;
|
| + virtual Status OnConnected(DevToolsClient* client) override;
|
| virtual Status OnEvent(DevToolsClient* client,
|
| const std::string& method,
|
| - const base::DictionaryValue& params) OVERRIDE;
|
| + const base::DictionaryValue& params) override;
|
| virtual Status OnCommandSuccess(DevToolsClient* client,
|
| - const std::string& method) OVERRIDE;
|
| + const std::string& method) override;
|
|
|
| private:
|
| DevToolsClient* client_;
|
|
|