| 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 0d224f62526b11baad2441744cd6aa418e25f1ac..0d717eab486e79cd5bc2657045d3ff1ec4486281 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;
|
| + virtual void PreSandboxInitialization() override;
|
| };
|
|
|
| } // namespace chrome
|
|
|