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

Unified Diff: Source/platform/blob/BlobRegistry.cpp

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/platform/blob/BlobRegistry.cpp
diff --git a/Source/platform/blob/BlobRegistry.cpp b/Source/platform/blob/BlobRegistry.cpp
index 9ea02fc65ee47362fa332f9d462fc52049c83a7a..c83e96bb226a8242f8bb54aeefd39f89c847e06a 100644
--- a/Source/platform/blob/BlobRegistry.cpp
+++ b/Source/platform/blob/BlobRegistry.cpp
@@ -55,7 +55,7 @@ namespace blink {
class BlobOriginCache : public SecurityOriginCache {
public:
BlobOriginCache();
- virtual SecurityOrigin* cachedOrigin(const KURL&) override;
+ SecurityOrigin* cachedOrigin(const KURL&) override;
};
static WebBlobRegistry* blobRegistry()
« no previous file with comments | « Source/platform/audio/StereoPanner.h ('k') | Source/platform/credentialmanager/PlatformFederatedCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698