| Index: content/shell/browser/shell_plugin_service_filter.h
|
| diff --git a/content/shell/browser/shell_plugin_service_filter.h b/content/shell/browser/shell_plugin_service_filter.h
|
| index f48b99c319e7600ce21c1283b3578d52cda88c5a..5399b1b5a58aa2b73f1429fe384b3e428251a0a0 100644
|
| --- a/content/shell/browser/shell_plugin_service_filter.h
|
| +++ b/content/shell/browser/shell_plugin_service_filter.h
|
| @@ -22,10 +22,10 @@ class ShellPluginServiceFilter : public PluginServiceFilter {
|
| const void* context,
|
| const GURL& url,
|
| const GURL& policy_url,
|
| - WebPluginInfo* plugin) OVERRIDE;
|
| + WebPluginInfo* plugin) override;
|
|
|
| virtual bool CanLoadPlugin(int render_process_id,
|
| - const base::FilePath& path) OVERRIDE;
|
| + const base::FilePath& path) override;
|
|
|
| private:
|
|
|
|
|