| Index: chrome/browser/crash_upload_list_win.h
|
| diff --git a/chrome/browser/crash_upload_list_win.h b/chrome/browser/crash_upload_list_win.h
|
| index 8e1393a01a569f5865d4197a3e453bf9e8d494cf..28e99cab1f15a4f760a85e3225661e3c9b826991 100644
|
| --- a/chrome/browser/crash_upload_list_win.h
|
| +++ b/chrome/browser/crash_upload_list_win.h
|
| @@ -16,7 +16,7 @@ class CrashUploadListWin : public CrashUploadList {
|
|
|
| protected:
|
| // Loads the list of crashes from the Windows Event Log.
|
| - virtual void LoadUploadList() override;
|
| + void LoadUploadList() override;
|
|
|
| private:
|
| // Returns whether the event record is likely a Chrome crash log.
|
|
|