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

Unified Diff: content/shell/app/shell_crash_reporter_client.h

Issue 893333004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting Created 5 years, 10 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 | « content/renderer/render_view_impl.h ('k') | content/shell/browser/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/shell_crash_reporter_client.h
diff --git a/content/shell/app/shell_crash_reporter_client.h b/content/shell/app/shell_crash_reporter_client.h
index 4d783eb9f5bcfa22d6f4c055c4c0c0aa56f098a6..5a211eb9ee51c493b9b6efabd7e54e3277109600 100644
--- a/content/shell/app/shell_crash_reporter_client.h
+++ b/content/shell/app/shell_crash_reporter_client.h
@@ -40,7 +40,7 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient {
#if defined(OS_ANDROID)
// Returns the descriptor key of the android minidump global descriptor.
- virtual int GetAndroidMinidumpDescriptor() override;
+ int GetAndroidMinidumpDescriptor() override;
#endif
bool EnableBreakpadForProcess(const std::string& process_type) override;
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | content/shell/browser/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698