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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.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/extensions/file_browser_private_api.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_browser_private_api.h
index c8ebc4f8289fa575f40321f4f7ae91dd16cb76fc..46eff2980f6ab2ee78fb78059cdb84deef2207ca 100644
--- a/chrome/browser/chromeos/extensions/file_browser_private_api.h
+++ b/chrome/browser/chromeos/extensions/file_browser_private_api.h
@@ -466,7 +466,7 @@ class GetGDataFilePropertiesFunction : public FileBrowserFunction {
void CacheStateReceived(base::DictionaryValue* property_dict,
bool success,
- const gdata::GDataCache::CacheEntry& cache_entry);
+ const gdata::GDataCacheEntry& cache_entry);
size_t current_index_;
base::ListValue* path_list_;

Powered by Google App Engine
This is Rietveld 408576698