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 fe53e7ddf1b5cbf08f16dec6aaf12b40ba2e9cca..4d783eb9f5bcfa22d6f4c055c4c0c0aa56f098a6 100644 |
--- a/content/shell/app/shell_crash_reporter_client.h |
+++ b/content/shell/app/shell_crash_reporter_client.h |
@@ -28,10 +28,10 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient { |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) |
// Returns a textual description of the product type and version to include |
// in the crash report. |
- virtual void GetProductNameAndVersion(const char** product_name, |
- const char** version) override; |
+ void GetProductNameAndVersion(const char** product_name, |
+ const char** version) override; |
- virtual base::FilePath GetReporterLogFilename() override; |
+ base::FilePath GetReporterLogFilename() override; |
#endif |
// The location where minidump files should be written. Returns true if |