| Index: sync/internal_api/public/user_share.h
|
| diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
|
| index af4e231edb3fc2ad498b133fdb2533e59797b8bd..ea284053c81e01bd3fec447ee59a29291625d904 100644
|
| --- a/sync/internal_api/public/user_share.h
|
| +++ b/sync/internal_api/public/user_share.h
|
| @@ -28,6 +28,9 @@ struct UserShare {
|
|
|
| // The username of the sync user.
|
| std::string name;
|
| +
|
| + // The cache guid of the sync directory.
|
| + std::string cache_guid();
|
| };
|
|
|
| } // namespace syncer
|
|
|