Index: google_apis/drive/gdata_wapi_parser.h |
diff --git a/google_apis/drive/gdata_wapi_parser.h b/google_apis/drive/gdata_wapi_parser.h |
index f7bce81b6dc3c6f89191e0325cf9b60163c65f52..5d2ec50f18492b1fb0333b19e499ac82c8bf00e6 100644 |
--- a/google_apis/drive/gdata_wapi_parser.h |
+++ b/google_apis/drive/gdata_wapi_parser.h |
@@ -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 |