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

Unified Diff: extensions/browser/blob_holder.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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
« no previous file with comments | « extensions/browser/app_window/native_app_window.h ('k') | extensions/browser/content_hash_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/blob_holder.h
diff --git a/extensions/browser/blob_holder.h b/extensions/browser/blob_holder.h
index 9a1d8f5131e6c776ba2ed508cfa980325b0a4186..3eaa2c85fb6a6808bcdad45ef4fa916e15d6da7d 100644
--- a/extensions/browser/blob_holder.h
+++ b/extensions/browser/blob_holder.h
@@ -30,7 +30,7 @@ class BlobHolder : public base::SupportsUserData::Data {
static BlobHolder* FromRenderProcessHost(
content::RenderProcessHost* render_process_host);
- virtual ~BlobHolder();
+ ~BlobHolder() override;
// Causes BlobHolder to take ownership of |blob|.
void HoldBlobReference(scoped_ptr<content::BlobHandle> blob);
« no previous file with comments | « extensions/browser/app_window/native_app_window.h ('k') | extensions/browser/content_hash_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698