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

Unified Diff: components/crash/browser/crash_dump_manager_android.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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 | « components/crash/app/breakpad_mac.mm ('k') | components/crash/browser/crash_handler_host_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/browser/crash_dump_manager_android.h
diff --git a/components/crash/browser/crash_dump_manager_android.h b/components/crash/browser/crash_dump_manager_android.h
index 2abf061abd009651c90b6e49d856e12bd40eb01f..7476f81ed3f955974fa81d6a203d425c463f23ad 100644
--- a/components/crash/browser/crash_dump_manager_android.h
+++ b/components/crash/browser/crash_dump_manager_android.h
@@ -53,14 +53,14 @@ class CrashDumpManager : public content::BrowserChildProcessObserver,
// content::BrowserChildProcessObserver implementation:
virtual void BrowserChildProcessHostDisconnected(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
virtual void BrowserChildProcessCrashed(
- const content::ChildProcessData& data) OVERRIDE;
+ const content::ChildProcessData& data) override;
// NotificationObserver implementation:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// Called on child process exit (including crash).
void OnChildExit(int child_process_id, base::ProcessHandle pid);
« no previous file with comments | « components/crash/app/breakpad_mac.mm ('k') | components/crash/browser/crash_handler_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698