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

Unified Diff: Source/modules/quota/StorageErrorCallback.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/modules/quota/StorageErrorCallback.h
diff --git a/Source/modules/quota/StorageErrorCallback.h b/Source/modules/quota/StorageErrorCallback.h
index dce699963a944843b27fa64cd778ba9ee30c04a0..2700efe8295aefccaf744d3431b301d870e690a2 100644
--- a/Source/modules/quota/StorageErrorCallback.h
+++ b/Source/modules/quota/StorageErrorCallback.h
@@ -56,7 +56,7 @@ public:
return adoptPtr(new CallbackTask(callback, ec));
}
- virtual void performTask(ExecutionContext*) override;
+ void performTask(ExecutionContext*) override;
private:
CallbackTask(StorageErrorCallback*, ExceptionCode);
« no previous file with comments | « Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h ('k') | Source/modules/quota/StorageQuotaCallbacksImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698