| Index: chrome/browser/plugins/plugins_resource_service.h
|
| diff --git a/chrome/browser/plugins/plugins_resource_service.h b/chrome/browser/plugins/plugins_resource_service.h
|
| index 5c5978050fac06df07462a759be756ddedd9b4e4..44f498272b432c09ed3e144ca8da478427866880 100644
|
| --- a/chrome/browser/plugins/plugins_resource_service.h
|
| +++ b/chrome/browser/plugins/plugins_resource_service.h
|
| @@ -24,7 +24,7 @@ class PluginsResourceService : public WebResourceService {
|
| virtual ~PluginsResourceService();
|
|
|
| // WebResourceService override to process the parsed information.
|
| - virtual void Unpack(const base::DictionaryValue& parsed_json) OVERRIDE;
|
| + virtual void Unpack(const base::DictionaryValue& parsed_json) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PluginsResourceService);
|
| };
|
|
|