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

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

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
Index: chrome/browser/google_apis/gdata_wapi_url_util.h
diff --git a/chrome/browser/google_apis/gdata_wapi_url_util.h b/chrome/browser/google_apis/gdata_wapi_url_util.h
index 81dd8d83c7fdaf08a7abe15e76c8256ad526c5b7..aece346bb17c04df638228ab4d4487345ab349ea 100644
--- a/chrome/browser/google_apis/gdata_wapi_url_util.h
+++ b/chrome/browser/google_apis/gdata_wapi_url_util.h
@@ -54,7 +54,7 @@ GURL AddFeedUrlParams(const GURL& url,
// If |directory_resource_id| is non-empty, a URL for fetching documents in
// a particular directory is generated.
//
-GURL GenerateGetDocumentsURL(
+GURL GenerateDocumentListUrl(
const GURL& override_url,
int start_changestamp,
const std::string& search_string,

Powered by Google App Engine
This is Rietveld 408576698