| Index: chrome/plugin/chrome_content_plugin_client.h
|
| diff --git a/chrome/plugin/chrome_content_plugin_client.h b/chrome/plugin/chrome_content_plugin_client.h
|
| index 0d717eab486e79cd5bc2657045d3ff1ec4486281..bd159c2f045c442ec39619eae7dfb663574a8eec 100644
|
| --- a/chrome/plugin/chrome_content_plugin_client.h
|
| +++ b/chrome/plugin/chrome_content_plugin_client.h
|
| @@ -12,7 +12,7 @@ namespace chrome {
|
|
|
| class ChromeContentPluginClient : public content::ContentPluginClient {
|
| public:
|
| - virtual void PreSandboxInitialization() override;
|
| + void PreSandboxInitialization() override;
|
| };
|
|
|
| } // namespace chrome
|
|
|