Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5369)

Unified Diff: chrome/test/chromedriver/chrome/chrome_remote_impl.h

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_impl.h ('k') | chrome/test/chromedriver/chrome/console_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/chrome_remote_impl.h
diff --git a/chrome/test/chromedriver/chrome/chrome_remote_impl.h b/chrome/test/chromedriver/chrome/chrome_remote_impl.h
index 7981477fc898259cce6b608610db5a239c3d4458..6fffaaee0bfdb2ff35edfdbaf5857c11728f3ab0 100644
--- a/chrome/test/chromedriver/chrome/chrome_remote_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_remote_impl.h
@@ -23,10 +23,10 @@ class ChromeRemoteImpl : public ChromeImpl {
virtual ~ChromeRemoteImpl();
// Overridden from Chrome.
- virtual std::string GetOperatingSystemName() OVERRIDE;
+ virtual std::string GetOperatingSystemName() override;
// Overridden from ChromeImpl.
- virtual Status QuitImpl() OVERRIDE;
+ virtual Status QuitImpl() override;
};
#endif // CHROME_TEST_CHROMEDRIVER_CHROME_CHROME_REMOTE_IMPL_H_
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_impl.h ('k') | chrome/test/chromedriver/chrome/console_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698