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

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

Issue 10837201: Pass parsed ChangeList to GDataFileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/drive_api_parser.h
diff --git a/chrome/browser/chromeos/gdata/drive_api_parser.h b/chrome/browser/chromeos/gdata/drive_api_parser.h
index 7472677d09dce551cc434dba01a06d0c63dfcb8c..59cf2e7dc4ef80e5c683696b1684a79ff014518f 100644
--- a/chrome/browser/chromeos/gdata/drive_api_parser.h
+++ b/chrome/browser/chromeos/gdata/drive_api_parser.h
@@ -15,6 +15,7 @@
#include "base/string_piece.h"
#include "base/time.h"
#include "googleurl/src/gurl.h"
+#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
satorux1 2012/08/10 18:14:34 This dependency is worrisome. This is for Document
kochi 2012/08/13 09:08:39 Once migration is done, EntryKind will not necessa
namespace base {
class Value;
@@ -315,6 +316,8 @@ class FileResource {
// but outside this file we use "directory" to match HTML5 filesystem API.
bool IsDirectory() const;
+ DocumentEntry::EntryKind GetKind() const;
+
// Returns file ID. This is unique in all files in Google Drive.
const std::string& file_id() const { return file_id_; }
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/drive_api_parser.cc » ('j') | chrome/browser/chromeos/gdata/drive_api_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698