Index: chrome/test/chromedriver/logging.h |
diff --git a/chrome/test/chromedriver/logging.h b/chrome/test/chromedriver/logging.h |
index 32b3f8af9dd5b2be303772f43f5666294f023f6b..83b6d1095a138455dd80ca299217dd9658ed0215 100644 |
--- a/chrome/test/chromedriver/logging.h |
+++ b/chrome/test/chromedriver/logging.h |
@@ -49,7 +49,7 @@ class WebDriverLog : public Log { |
virtual void AddEntryTimestamped(const base::Time& timestamp, |
Level level, |
const std::string& source, |
- const std::string& message) OVERRIDE; |
+ const std::string& message) override; |
const std::string& type() const; |
void set_min_level(Level min_level); |