Index: chrome/browser/chromeos/drive/drive_file_system.h |
=================================================================== |
--- chrome/browser/chromeos/drive/drive_file_system.h (revision 177026) |
+++ chrome/browser/chromeos/drive/drive_file_system.h (working copy) |
@@ -134,7 +134,8 @@ |
scoped_ptr<google_apis::ResourceEntry> doc_entry, |
const FilePath& file_content_path, |
const FileOperationCallback& callback) OVERRIDE; |
- virtual DriveFileSystemMetadata GetMetadata() const OVERRIDE; |
+ virtual void GetMetadata( |
+ const GetFilesystemMetadataCallback& callback) OVERRIDE; |
virtual void Reload() OVERRIDE; |
// file_system::OperationObserver overrides. |