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 8216123bae678f4a633442c5e078bb4a7b95cd2c..76e9764e846201eafea0b412c053d620e7693d56 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_operations.h |
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h |
@@ -208,6 +208,7 @@ class GetDocumentsOperation : public GetDataOperation { |
GetDocumentsOperation(GDataOperationRegistry* registry, |
Profile* profile, |
int start_changestamp, |
+ const std::string& search_string, |
const GetDataCallback& callback); |
virtual ~GetDocumentsOperation(); |
@@ -222,6 +223,7 @@ class GetDocumentsOperation : public GetDataOperation { |
private: |
GURL override_url_; |
int start_changestamp_; |
+ std::string search_string_; |
DISALLOW_COPY_AND_ASSIGN(GetDocumentsOperation); |
}; |