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

Unified Diff: chrome/browser/crash_upload_list_win.h

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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
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.

Powered by Google App Engine
This is Rietveld 408576698