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

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

Issue 10877006: Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor local variable name fix. 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 3f9cf3412f3576be095b19e19fcdd16528c083fb..eed77a3c83ba02ea6d70b17b31f2d90841d4b551 100644
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
@@ -49,14 +49,14 @@ class GDataWapiFeedProcessor {
// In the case of processing the root feeds |root_feed_changestamp| is used
// as its initial changestamp value. The value comes from
// AccountMetadataFeed.
- GDataFileError ApplyFeeds(const std::vector<DocumentFeed*>& feed_list,
+ DriveFileError ApplyFeeds(const std::vector<DocumentFeed*>& feed_list,
int64 start_changestamp,
int64 root_feed_changestamp,
std::set<FilePath>* changed_dirs);
// Converts list of document feeds from collected feeds into
// FileResourceIdMap.
- GDataFileError FeedToFileResourceMap(
+ DriveFileError FeedToFileResourceMap(
const std::vector<DocumentFeed*>& feed_list,
FileResourceIdMap* file_map,
int64* feed_changestamp,
« 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