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

Unified Diff: net/disk_cache/blockfile/in_flight_backend_io.h

Issue 623213004: replace OVERRIDE and FINAL with override and final in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 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: net/disk_cache/blockfile/in_flight_backend_io.h
diff --git a/net/disk_cache/blockfile/in_flight_backend_io.h b/net/disk_cache/blockfile/in_flight_backend_io.h
index 5d8e435953621b1e0c05dc4d1f2564ca4a564ee2..4b10405573052cbebba7b8f5970d4c019bf8fd84 100644
--- a/net/disk_cache/blockfile/in_flight_backend_io.h
+++ b/net/disk_cache/blockfile/in_flight_backend_io.h
@@ -205,7 +205,7 @@ class InFlightBackendIO : public InFlightIO {
protected:
virtual void OnOperationComplete(BackgroundIO* operation,
- bool cancel) OVERRIDE;
+ bool cancel) override;
private:
void PostOperation(BackendIO* operation);

Powered by Google App Engine
This is Rietveld 408576698