| Index: chrome/browser/chromeos/drive/file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
|
| index 40ced62e65ddd96017a7f295a7230ce6557e888e..5ecd829b85b1fd456b3cea04dc9b1ee63b7ce41c 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -64,7 +64,7 @@ class FileSystem : public FileSystemInterface,
|
| virtual void CheckForUpdates() OVERRIDE;
|
| virtual void GetResourceEntryById(
|
| const std::string& resource_id,
|
| - const GetResourceEntryWithFilePathCallback& callback) OVERRIDE;
|
| + const GetResourceEntryCallback& callback) OVERRIDE;
|
| virtual void Search(const std::string& search_query,
|
| const GURL& next_feed,
|
| const SearchCallback& callback) OVERRIDE;
|
| @@ -295,9 +295,8 @@ class FileSystem : public FileSystemInterface,
|
| // ResourceMetadata::GetResourceEntryById() is complete.
|
| // |callback| must not be null.
|
| void GetResourceEntryByIdAfterGetEntry(
|
| - const GetResourceEntryWithFilePathCallback& callback,
|
| + const GetResourceEntryCallback& callback,
|
| FileError error,
|
| - const base::FilePath& file_path,
|
| scoped_ptr<ResourceEntry> entry);
|
|
|
| // Part of RefreshDirectory(). Called after
|
|
|