Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / video_frame_recorder_host_extension.h
index 8bac525..f35ec02 100644 (file)
@@ -16,16 +16,16 @@ namespace remoting {
 class VideoFrameRecorderHostExtension : public HostExtension {
  public:
   VideoFrameRecorderHostExtension();
-  virtual ~VideoFrameRecorderHostExtension();
+  ~VideoFrameRecorderHostExtension() override;
 
   // Sets the maximum number of bytes that each session may record.
   void SetMaxContentBytes(int64_t max_content_bytes);
 
   // remoting::HostExtension interface.
-  virtual std::string capability() const OVERRIDE;
-  virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
+  std::string capability() const override;
+  scoped_ptr<HostExtensionSession> CreateExtensionSession(
       ClientSessionControl* client_session,
-      protocol::ClientStub* client_stub) OVERRIDE;
+      protocol::ClientStub* client_stub) override;
 
  private:
   int64_t max_content_bytes_;