| 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.
|
|
|