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

Unified Diff: chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
Index: chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h
diff --git a/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h b/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h
index 632be61f901af435c5d5612c055c8394193ac0ba..7e5d70cff1e2ef5a5758d3514e6fb0bf6eda35db 100644
--- a/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h
+++ b/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.h
@@ -52,8 +52,8 @@ class SafeITunesPrefParserWin : public content::UtilityProcessHostClient {
void OnGotITunesDirectory(const base::FilePath& library_file);
// UtilityProcessHostClient implementation.
- virtual void OnProcessCrashed(int exit_code) OVERRIDE;
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void OnProcessCrashed(int exit_code) override;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
const std::string unsafe_xml_;
const ParserCallback callback_;

Powered by Google App Engine
This is Rietveld 408576698