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

Unified Diff: content/browser/service_worker/service_worker_provider_host.h

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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: content/browser/service_worker/service_worker_provider_host.h
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
index 5a0f80449b8ea8e6f60edf6cda0530d75f5db0e5..995d3e4eb64434ec5471c99b4897de96cc1992ff 100644
--- a/content/browser/service_worker/service_worker_provider_host.h
+++ b/content/browser/service_worker/service_worker_provider_host.h
@@ -133,7 +133,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
// ServiceWorkerRegistration::Listener overrides.
virtual void OnRegistrationFailed(
- ServiceWorkerRegistration* registration) OVERRIDE;
+ ServiceWorkerRegistration* registration) override;
// Sets the controller version field to |version| or if |version| is NULL,
// clears the field.

Powered by Google App Engine
This is Rietveld 408576698