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

Unified Diff: components/web_cache/browser/web_cache_manager.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/web_cache/browser/web_cache_manager.h
diff --git a/components/web_cache/browser/web_cache_manager.h b/components/web_cache/browser/web_cache_manager.h
index ce446a7f6d02f3084596ca8bf1c9ae5a7768b77c..d3ad0a15a486f6268f92216e198074733c0f6b3d 100644
--- a/components/web_cache/browser/web_cache_manager.h
+++ b/components/web_cache/browser/web_cache_manager.h
@@ -91,9 +91,9 @@ class WebCacheManager : public content::NotificationObserver {
void ClearCacheOnNavigation();
// content::NotificationObserver implementation:
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) override;
+ void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) override;
// Gets the default global size limit. This interrogates system metrics to
// tune the default size to the current system.
@@ -123,7 +123,7 @@ class WebCacheManager : public content::NotificationObserver {
WebCacheManager();
friend struct DefaultSingletonTraits<WebCacheManager>;
- virtual ~WebCacheManager();
+ ~WebCacheManager() override;
// Recomputes the allocation of cache resources among the renderers. Also
// informs the renderers of their new allocation.
« no previous file with comments | « components/visitedlink/test/visitedlink_unittest.cc ('k') | components/web_cache/renderer/web_cache_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698