Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ipc / ipc_channel_nacl.cc
index 7cf7397..783ee26 100644 (file)
@@ -80,7 +80,7 @@ class ChannelNacl::ReaderThreadRunner
 
   // DelegateSimpleThread implementation. Reads data from the pipe in a loop
   // until either we are told to quit or a read fails.
-  virtual void Run() OVERRIDE;
+  virtual void Run() override;
 
  private:
   int pipe_;