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