| Index: chrome/browser/chromeos/drive/mock_drive_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/mock_drive_file_system.h b/chrome/browser/chromeos/drive/mock_drive_file_system.h
|
| index 8498060b94c34d91efd41215f2b82ca7f90b6c6f..b4508dcff7aa85da08b1eb23530e9fc42c530728 100644
|
| --- a/chrome/browser/chromeos/drive/mock_drive_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/mock_drive_file_system.h
|
| @@ -100,6 +100,7 @@ class MockDriveFileSystem : public DriveFileSystemInterface {
|
| scoped_ptr<gdata::DocumentEntry> entry,
|
| const FilePath& file_content_path,
|
| const base::Closure& callback) OVERRIDE {}
|
| + MOCK_CONST_METHOD0(GetMetadata, DriveFileSystemMetadata());
|
| };
|
|
|
| } // namespace drive
|
|
|