Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / debug / traced_picture.h
index 638f00b..b5f5e3a 100644 (file)
@@ -23,10 +23,10 @@ class TracedPicture : public base::debug::ConvertableToTraceFormat {
   static scoped_refptr<base::debug::ConvertableToTraceFormat>
       AsTraceablePictureAlias(const Picture* original);
 
-  virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE;
+  void AppendAsTraceFormat(std::string* out) const override;
 
  private:
-  virtual ~TracedPicture();
+  ~TracedPicture() override;
 
   void AppendPicture(std::string* out) const;
   void AppendPictureAlias(std::string* out) const;