| Index: athena/main/athena_content_client.h
|
| diff --git a/athena/main/athena_content_client.h b/athena/main/athena_content_client.h
|
| index ec94f19668ccf00d9481ed21ae0c172362a17cae..0b0e22dac9b632065425bdaf7c4c7618c9434a1e 100644
|
| --- a/athena/main/athena_content_client.h
|
| +++ b/athena/main/athena_content_client.h
|
| @@ -17,7 +17,7 @@ class AthenaContentClient : public extensions::ShellContentClient {
|
| private:
|
| // extensions::ShellContentClient:
|
| virtual void AddPepperPlugins(
|
| - std::vector<content::PepperPluginInfo>* plugins) OVERRIDE;
|
| + std::vector<content::PepperPluginInfo>* plugins) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AthenaContentClient);
|
| };
|
|
|