Index: chrome/browser/chromeos/gdata/gdata_operations.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h |
index 8db4fc81e4dd526fe9f7c8cebd62681ab67156c3..c87af734546bb1b3f63c43536913facc52ff4059 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_operations.h |
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h |
@@ -209,6 +209,7 @@ class GetDocumentsOperation : public GetDataOperation { |
Profile* profile, |
int start_changestamp, |
const std::string& search_string, |
+ const std::string& directory_resource_id, |
const GetDataCallback& callback); |
virtual ~GetDocumentsOperation(); |
@@ -224,6 +225,7 @@ class GetDocumentsOperation : public GetDataOperation { |
GURL override_url_; |
int start_changestamp_; |
std::string search_string_; |
+ std::string directory_resource_id_; |
DISALLOW_COPY_AND_ASSIGN(GetDocumentsOperation); |
}; |