| 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 5d649922c059be4f26bd4cc1cfc93a4b54a54056..ce446a7f6d02f3084596ca8bf1c9ae5a7768b77c 100644
|
| --- a/components/web_cache/browser/web_cache_manager.h
|
| +++ b/components/web_cache/browser/web_cache_manager.h
|
| @@ -93,7 +93,7 @@ class WebCacheManager : public content::NotificationObserver {
|
| // content::NotificationObserver implementation:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Gets the default global size limit. This interrogates system metrics to
|
| // tune the default size to the current system.
|
|
|