| Index: ppapi/proxy/device_enumeration_resource_helper_unittest.cc
 | 
| diff --git a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
 | 
| index bbf70527065d69fc7a88d5afcc99498f44b0cf36..a8fa24c1ecfe6ef9003cd2e358b03d8c3af3370d 100644
 | 
| --- a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
 | 
| +++ b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
 | 
| @@ -74,7 +74,7 @@ class TestResource : public PluginResource {
 | 
|    virtual ~TestResource() {}
 | 
|  
 | 
|    virtual void OnReplyReceived(const ResourceMessageReplyParams& params,
 | 
| -                               const IPC::Message& msg) OVERRIDE {
 | 
| +                               const IPC::Message& msg) override {
 | 
|      if (!device_enumeration_.HandleReply(params, msg))
 | 
|        PluginResource::OnReplyReceived(params, msg);
 | 
|    }
 | 
| 
 |