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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_file_system.h

Issue 9742002: Wired GDataFileSystem::GetFile() method with internal cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 9 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
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
index d379c236cebcc49b60c8f04786663c4ab9e4768d..74cb02d41ae787c36dadfbc846a46857bc61c698 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h
@@ -56,7 +56,7 @@ class MockGDataFileSystem : public GDataFileSystemInterface {
const std::string& md5,
const GetCacheStateCallback& callback));
MOCK_METHOD2(GetFileInfoFromPath, bool(const FilePath& gdata_file_path,
- base::PlatformFileInfo* file_info));
+ GDataFileProperties* properties));
MOCK_METHOD0(GetGDataCacheTmpDirectory, FilePath());
MOCK_METHOD1(GetAvailableSpace,
void(const GetAvailableSpaceCallback& callback));
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698