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

Unified Diff: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
index c1a1773e95e84023cdb3628ea8a00bbc132d04fe..ca0ac27430fa072e4b9f630ed486d095052d8db4 100644
--- a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
+++ b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
@@ -824,6 +824,7 @@ TEST_F(GDataWapiOperationsTest, RemoveResourceFromDirectoryOperation) {
new RemoveResourceFromDirectoryOperation(
&operation_registry_,
request_context_getter_.get(),
+ *url_generator_,
base::Bind(&CopyResultFromEntryActionCallbackAndQuit,
&result_code),
test_server_.GetURL("/feeds/default/private/full/folder%3Aroot"),

Powered by Google App Engine
This is Rietveld 408576698