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

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

Issue 10690149: gdata: Move GDataCache::CacheEntry out of GDataCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing the existing test Created 8 years, 5 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/gdata/gdata_sync_client.h
diff --git a/chrome/browser/chromeos/gdata/gdata_sync_client.h b/chrome/browser/chromeos/gdata/gdata_sync_client.h
index af559cb6736b594783a1bb2734f287fab702b003..0370ccc98da5cdd96a57234bfffe0b9ffa139c0b 100644
--- a/chrome/browser/chromeos/gdata/gdata_sync_client.h
+++ b/chrome/browser/chromeos/gdata/gdata_sync_client.h
@@ -160,7 +160,7 @@ class GDataSyncClient
void OnGetCacheEntry(const std::string& resource_id,
const std::string& latest_md5,
bool success,
- const GDataCache::CacheEntry& cache_entry);
+ const GDataCacheEntry& cache_entry);
// Called when an existing cache entry and the local files are removed.
void OnRemove(base::PlatformFileError error,

Powered by Google App Engine
This is Rietveld 408576698