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

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

Issue 11316097: google_apis: Rename and simplify GenerateGetDocumentsURL() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/google_apis/gdata_wapi_url_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/gdata_wapi_operations.cc
diff --git a/chrome/browser/google_apis/gdata_wapi_operations.cc b/chrome/browser/google_apis/gdata_wapi_operations.cc
index 8b8d82146e445920d2a6456ad148a4786155e9ee..f253b1efb4ca23340737081d2ba666bec385e180 100644
--- a/chrome/browser/google_apis/gdata_wapi_operations.cc
+++ b/chrome/browser/google_apis/gdata_wapi_operations.cc
@@ -126,7 +126,7 @@ GetDocumentsOperation::GetDocumentsOperation(
GetDocumentsOperation::~GetDocumentsOperation() {}
GURL GetDocumentsOperation::GetURL() const {
- return gdata_wapi_url_util::GenerateGetDocumentsURL(override_url_,
+ return gdata_wapi_url_util::GenerateDocumentListUrl(override_url_,
start_changestamp_,
search_string_,
shared_with_me_,
« no previous file with comments | « no previous file | chrome/browser/google_apis/gdata_wapi_url_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698