| Index: chrome/browser/chromeos/drive/sync_client.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync_client.cc b/chrome/browser/chromeos/drive/sync_client.cc
|
| index 0f7ad9b892e65a03a5419213764d4ae253e1636c..7849cdb6410c80366ba2704ade24f7a394ffb7d2 100644
|
| --- a/chrome/browser/chromeos/drive/sync_client.cc
|
| +++ b/chrome/browser/chromeos/drive/sync_client.cc
|
| @@ -245,7 +245,6 @@ void SyncClient::OnGetResourceEntryById(
|
| const std::string& resource_id,
|
| const FileCacheEntry& cache_entry,
|
| FileError error,
|
| - const base::FilePath& /* drive_file_path */,
|
| scoped_ptr<ResourceEntry> entry) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
|
|