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

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: 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 b9b06dcb6add5ca8320f7fd0af3347260aa5b225..821e3163c1f7e2dcf0e827e0ceefc564c5cc7748 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));

Powered by Google App Engine
This is Rietveld 408576698