| Index: ppapi/proxy/network_monitor_resource.h
 | 
| diff --git a/ppapi/proxy/network_monitor_resource.h b/ppapi/proxy/network_monitor_resource.h
 | 
| index d227934aab006bebd5eb22bf018cb9cd34c1edb7..529dd6e1e39d8880d9dd4f39d70da8cdf887cd96 100644
 | 
| --- a/ppapi/proxy/network_monitor_resource.h
 | 
| +++ b/ppapi/proxy/network_monitor_resource.h
 | 
| @@ -27,14 +27,14 @@ class NetworkMonitorResource : public PluginResource,
 | 
|    virtual ~NetworkMonitorResource();
 | 
|  
 | 
|    // PluginResource overrides.
 | 
| -  ppapi::thunk::PPB_NetworkMonitor_API* AsPPB_NetworkMonitor_API() OVERRIDE;
 | 
| +  ppapi::thunk::PPB_NetworkMonitor_API* AsPPB_NetworkMonitor_API() override;
 | 
|    virtual void OnReplyReceived(const ResourceMessageReplyParams& params,
 | 
| -                               const IPC::Message& msg) OVERRIDE;
 | 
| +                               const IPC::Message& msg) override;
 | 
|  
 | 
|    // thunk::PPB_NetworkMonitor_API interface
 | 
|    virtual int32_t UpdateNetworkList(
 | 
|        PP_Resource* network_list,
 | 
| -      scoped_refptr<TrackedCallback> callback) OVERRIDE;
 | 
| +      scoped_refptr<TrackedCallback> callback) override;
 | 
|  
 | 
|   private:
 | 
|    // IPC message handlers for the messages received from the browser.
 | 
| 
 |