| Index: chrome/app/chrome_crash_reporter_client.h
|
| diff --git a/chrome/app/chrome_crash_reporter_client.h b/chrome/app/chrome_crash_reporter_client.h
|
| index d3eb42f1f3b657b3527a44a9124f56a3483a7419..9e45ed01abbda419384206fe512913d13c8a7072 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.h
|
| +++ b/chrome/app/chrome_crash_reporter_client.h
|
| @@ -58,7 +58,7 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| - virtual int GetAndroidMinidumpDescriptor() override;
|
| + int GetAndroidMinidumpDescriptor() override;
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
|
|