summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/gdata_wapi_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_operations.h')
-rw-r--r--chrome/browser/google_apis/gdata_wapi_operations.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.h b/chrome/browser/google_apis/gdata_wapi_operations.h
index e122f8f..13e2c2d 100644
--- a/chrome/browser/google_apis/gdata_wapi_operations.h
+++ b/chrome/browser/google_apis/gdata_wapi_operations.h
@@ -378,6 +378,7 @@ class RemoveResourceFromDirectoryOperation : public EntryActionOperation {
RemoveResourceFromDirectoryOperation(
OperationRegistry* registry,
net::URLRequestContextGetter* url_request_context_getter,
+ const GDataWapiUrlGenerator& url_generator,
const EntryActionCallback& callback,
const GURL& parent_content_url,
const std::string& resource_id);
@@ -390,6 +391,7 @@ class RemoveResourceFromDirectoryOperation : public EntryActionOperation {
virtual std::vector<std::string> GetExtraRequestHeaders() const OVERRIDE;
private:
+ const GDataWapiUrlGenerator url_generator_;
const std::string resource_id_;
const GURL parent_content_url_;