| Index: chrome/browser/google_apis/fake_drive_service.h
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.h b/chrome/browser/google_apis/fake_drive_service.h
|
| index b99c09ef0f3d438621850487fae24397db5b864a..b6dd8b60739904119ea703bfcf4945522d138366 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.h
|
| +++ b/chrome/browser/google_apis/fake_drive_service.h
|
| @@ -188,6 +188,7 @@ class FakeDriveService : public DriveServiceInterface {
|
| int64 content_length,
|
| const std::string& parent_resource_id,
|
| const std::string& title,
|
| + bool sharedWithMe,
|
| const GetResourceEntryCallback& callback);
|
|
|
| // Sets the last modified time for an entry specified by |resource_id|.
|
| @@ -225,6 +226,7 @@ class FakeDriveService : public DriveServiceInterface {
|
| int64 content_length,
|
| const std::string& parent_resource_id,
|
| const std::string& title,
|
| + bool sharedWithMe,
|
| const std::string& entry_kind);
|
|
|
| // Core implementation of GetResourceList.
|
|
|