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

Unified Diff: chrome/browser/google_apis/gdata_wapi_operations.h

Issue 12039005: drive: Deal with the root directory in the same way as others in MoveOperation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/google_apis/gdata_wapi_operations.h
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.h b/chrome/browser/google_apis/gdata_wapi_operations.h
index 219f4c7fc8457bf62895d8022d864a2f1068a7f7..879b0151d2d3b9f4a248405ca31b78e18cb6a9ee 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_;

Powered by Google App Engine
This is Rietveld 408576698