Index: chrome/test/chromedriver/chrome/chrome_impl.h |
diff --git a/chrome/test/chromedriver/chrome/chrome_impl.h b/chrome/test/chromedriver/chrome/chrome_impl.h |
index 01a5345e318efbf7ed04bb6a9a257a432924dbf3..22ecd91d5e57fafde6de5d9275e759f878a27d0c 100644 |
--- a/chrome/test/chromedriver/chrome/chrome_impl.h |
+++ b/chrome/test/chromedriver/chrome/chrome_impl.h |
@@ -30,16 +30,16 @@ class ChromeImpl : public Chrome { |
virtual ~ChromeImpl(); |
// Overridden from Chrome: |
- virtual ChromeDesktopImpl* GetAsDesktop() OVERRIDE; |
- virtual const BrowserInfo* GetBrowserInfo() OVERRIDE; |
- virtual bool HasCrashedWebView() OVERRIDE; |
- virtual Status GetWebViewIds(std::list<std::string>* web_view_ids) OVERRIDE; |
+ virtual ChromeDesktopImpl* GetAsDesktop() override; |
+ virtual const BrowserInfo* GetBrowserInfo() override; |
+ virtual bool HasCrashedWebView() override; |
+ virtual Status GetWebViewIds(std::list<std::string>* web_view_ids) override; |
virtual Status GetWebViewById(const std::string& id, |
- WebView** web_view) OVERRIDE; |
- virtual Status CloseWebView(const std::string& id) OVERRIDE; |
- virtual Status ActivateWebView(const std::string& id) OVERRIDE; |
- virtual bool IsMobileEmulationEnabled() const OVERRIDE; |
- virtual Status Quit() OVERRIDE; |
+ WebView** web_view) override; |
+ virtual Status CloseWebView(const std::string& id) override; |
+ virtual Status ActivateWebView(const std::string& id) override; |
+ virtual bool IsMobileEmulationEnabled() const override; |
+ virtual Status Quit() override; |
protected: |
ChromeImpl( |