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

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

Issue 10823226: Get AboutResource as account metadata for Drive V2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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_wapi_feed_processor.h
diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h b/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
index 9bb8465b28f6e45c3b3de942df5264d382f24486..4918b4243b27e2603765e932b7ec9f417bac495a 100644
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
@@ -50,8 +50,8 @@ class GDataWapiFeedProcessor {
// as its initial changestamp value. The value comes from
// AccountMetadataFeed.
GDataFileError ApplyFeeds(const std::vector<DocumentFeed*>& feed_list,
- int start_changestamp,
- int root_feed_changestamp,
+ int64 start_changestamp,
+ int64 root_feed_changestamp,
std::set<FilePath>* changed_dirs);
// Converts list of document feeds from collected feeds into
@@ -59,7 +59,7 @@ class GDataWapiFeedProcessor {
GDataFileError FeedToFileResourceMap(
const std::vector<DocumentFeed*>& feed_list,
FileResourceIdMap* file_map,
- int* feed_changestamp,
+ int64* feed_changestamp,
FeedToFileResourceMapUmaStats* uma_stats);
private:
@@ -71,7 +71,7 @@ class GDataWapiFeedProcessor {
// All entries in |file_map| will be erased (i.e. the map becomes empty),
// and values are deleted.
void ApplyFeedFromFileUrlMap(bool is_delta_feed,
- int feed_changestamp,
+ int64 feed_changestamp,
FileResourceIdMap* file_map,
std::set<FilePath>* changed_dirs);
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc ('k') | chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698