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

Unified Diff: chrome/browser/ui/app_list/search/common/webservice_cache.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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: chrome/browser/ui/app_list/search/common/webservice_cache.h
diff --git a/chrome/browser/ui/app_list/search/common/webservice_cache.h b/chrome/browser/ui/app_list/search/common/webservice_cache.h
index be76bb2814f94798adad14e749429b73b2b39f7f..66064dedd4539078a9896d83dd863df14f50f97a 100644
--- a/chrome/browser/ui/app_list/search/common/webservice_cache.h
+++ b/chrome/browser/ui/app_list/search/common/webservice_cache.h
@@ -47,7 +47,7 @@ class WebserviceCache : public KeyedService,
};
explicit WebserviceCache(content::BrowserContext* context);
- virtual ~WebserviceCache();
+ ~WebserviceCache() override;
// Checks the current cache and returns the value for the |query| if it's
// valid. Otherwise an CacheResult object with the result field set to NULL.

Powered by Google App Engine
This is Rietveld 408576698