Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(971)

Unified Diff: chrome/browser/chromeos/drive/mock_file_system.h

Issue 16107004: drive: Stop returning FilePath from GetResourceEntryById (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/mock_file_system.h
diff --git a/chrome/browser/chromeos/drive/mock_file_system.h b/chrome/browser/chromeos/drive/mock_file_system.h
index d28c39641c97a60c81382a3a2550399e0ad752b0..1b26bd2e70b1d216e2fccbd7cfa9df71db9fd972 100644
--- a/chrome/browser/chromeos/drive/mock_file_system.h
+++ b/chrome/browser/chromeos/drive/mock_file_system.h
@@ -28,7 +28,7 @@ class MockFileSystem : public FileSystemInterface {
MOCK_METHOD0(CheckForUpdates, void());
MOCK_METHOD2(GetResourceEntryById,
void(const std::string& resource_id,
- const GetResourceEntryWithFilePathCallback& callback));
+ const GetResourceEntryCallback& callback));
MOCK_METHOD3(Search, void(const std::string& search_query,
const GURL& next_feed,
const SearchCallback& callback));
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_interface.h ('k') | chrome/browser/chromeos/drive/remove_stale_cache_files.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698