Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 97346ce3dd06e930be6e450f7595a9e63990b481..0c4ee590febc5d2c5ec138ff0bd76713b5c7b6a9 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -89,7 +89,7 @@ int GetMinimumFontSize() { |
class TranslationDelegate : public installer::TranslationDelegate { |
public: |
- virtual base::string16 GetLocalizedString(int installer_string_id) OVERRIDE; |
+ virtual base::string16 GetLocalizedString(int installer_string_id) override; |
}; |
bool IsSafeModeStart() { |