Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / google_apis / drive / gdata_wapi_parser.h
index f7bce81..5d2ec50 100644 (file)
@@ -317,7 +317,7 @@ class ResourceEntry : public CommonMetadata {
     ENTRY_KIND_FILE
   };
   ResourceEntry();
-  virtual ~ResourceEntry();
+  ~ResourceEntry() override;
 
   // Extracts "entry" dictionary from the JSON value, and parse the contents,
   // using CreateFrom(). Returns NULL on failure. The input JSON data, coming
@@ -517,7 +517,7 @@ class ResourceEntry : public CommonMetadata {
 class ResourceList : public CommonMetadata {
  public:
   ResourceList();
-  virtual ~ResourceList();
+  ~ResourceList() override;
 
   // Extracts "feed" dictionary from the JSON value, and parse the contents,
   // using CreateFrom(). Returns NULL on failure. The input JSON data, coming