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

Unified Diff: components/signin/core/browser/webdata/token_web_data.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (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: components/signin/core/browser/webdata/token_web_data.h
diff --git a/components/signin/core/browser/webdata/token_web_data.h b/components/signin/core/browser/webdata/token_web_data.h
index e63bde62d05869a4020a9cc9513e8c29690c0389..a7432affa44e065c876074eed440607aa9cd8055 100644
--- a/components/signin/core/browser/webdata/token_web_data.h
+++ b/components/signin/core/browser/webdata/token_web_data.h
@@ -59,7 +59,7 @@ class TokenWebData : public WebDataServiceBase {
// For unit tests, passes a null callback.
TokenWebData();
- virtual ~TokenWebData();
+ ~TokenWebData() override;
private:
scoped_refptr<TokenWebDataBackend> token_backend_;

Powered by Google App Engine
This is Rietveld 408576698