| 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..b3949adba76fc899a7de5ca672a20a21f9305f1e 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h
|
| @@ -11,7 +11,7 @@
|
| #include <vector>
|
|
|
| #include "base/file_path.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
|
|
| namespace gdata {
|
| @@ -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,
|
|
|