Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3416)

Unified Diff: chrome/browser/chromeos/drive/drive_resource_metadata.h

Issue 12049085: Use DriveResourceMetadataInterface in unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698