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

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

Issue 667943003: Standardize usage of virtual/override/final in content/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_storage.h
diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
index 6c2853f46f05dc1d1906d51e42aeacb7c3afe992..85e1a72b40cf26b92c2967ebd2efd24bd870956f 100644
--- a/content/browser/service_worker/service_worker_storage.h
+++ b/content/browser/service_worker/service_worker_storage.h
@@ -58,7 +58,7 @@ class CONTENT_EXPORT ServiceWorkerStorage
void(ServiceWorkerStatusCode status, bool are_equal)>
CompareCallback;
- virtual ~ServiceWorkerStorage();
+ ~ServiceWorkerStorage() override;
static scoped_ptr<ServiceWorkerStorage> Create(
const base::FilePath& path,

Powered by Google App Engine
This is Rietveld 408576698