| Index: chrome/browser/chromeos/drive/drive_resource_metadata.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/drive/drive_resource_metadata.h (revision 178380)
|
| +++ chrome/browser/chromeos/drive/drive_resource_metadata.h (working copy)
|
| @@ -113,6 +113,8 @@
|
| // Interface class for resource metadata storage.
|
| class DriveResourceMetadataInterface {
|
| public:
|
| + virtual ~DriveResourceMetadataInterface() {}
|
| +
|
| // Largest change timestamp that was the source of content for the current
|
| // state of the root directory.
|
| virtual void GetLargestChangestamp(
|
| @@ -198,7 +200,6 @@
|
|
|
| protected:
|
| DriveResourceMetadataInterface() {}
|
| - virtual ~DriveResourceMetadataInterface() {}
|
| };
|
|
|
| // Storage for Drive Metadata.
|
|
|