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. |