Index: chrome/browser/chromeos/gdata/gdata_cache.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_cache.h b/chrome/browser/chromeos/gdata/gdata_cache.h |
index e3280ae4c6ab74e2d626d1ccb82f66a2a77897ea..217de686ce2b25550f654878f17e7bf1a5a4bd14 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_cache.h |
+++ b/chrome/browser/chromeos/gdata/gdata_cache.h |
@@ -482,11 +482,11 @@ class GDataCache { |
GDataCache::CacheEntry* cache_entry); |
// Wrapper around GDataCacheMetadata::UpdateCache(). This function takes |
- // |sub_dir_type| and modifies |cache_state| per the sub directory type. |
- void UpdateCacheWithSubDirectoryType(const std::string& resource_id, |
- const std::string& md5, |
- CacheSubDirectoryType sub_dir_type, |
- int cache_state); |
+ // |sub_dir_type| and updates the cache per |cache_entry| and |sub_dir_type|. |
+ void UpdateCacheWithSubDirectoryType( |
+ const std::string& resource_id, |
+ CacheSubDirectoryType sub_dir_type, |
+ const CacheEntry& cache_entry); |
// The root directory of the cache (i.e. <user_profile_dir>/GCache/v1). |
const FilePath cache_root_path_; |