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

Unified Diff: chrome/browser/chromeos/gdata/gdata_operations.h

Issue 10836125: Add GetChangelist operation for Drive V2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/chromeos/gdata/gdata_operations.h
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h
index 0784dfac21c7df2a3f1d6453cfe5017ae50e6184..5a04982722107a4789ae51d75302e71c4d177022 100644
--- a/chrome/browser/chromeos/gdata/gdata_operations.h
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h
@@ -26,7 +26,7 @@ class GetDocumentsOperation : public GetDataOperation {
// Sets |url| for document fetching operation. This URL should be set in use
// case when additional 'pages' of document lists are being fetched.
- void SetUrl(const GURL& url);
+ void SetURL(const GURL& url);
protected:
// Overridden from GetDataOperation.

Powered by Google App Engine
This is Rietveld 408576698