| Index: chrome/browser/sync_file_system/drive_file_sync_client.h
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_client.h b/chrome/browser/sync_file_system/drive_file_sync_client.h
|
| index e2b43f6f8b746caa12f6e5e12b4fe1689018c668..9a59433bb2acd61389c5180215fd61a8d13f5c66 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_client.h
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_client.h
|
| @@ -145,6 +145,9 @@ class DriveFileSyncClient : public base::NonThreadSafe,
|
| const std::string& remote_file_md5,
|
| const GDataErrorCallback& callback);
|
|
|
| + static std::string OriginToDirectoryTitle(const GURL& origin);
|
| + static GURL DirectoryTitleToOrigin(const std::string& title);
|
| +
|
| private:
|
| friend class DriveFileSyncClientTest;
|
| friend class DriveFileSyncServiceTest;
|
|
|