Index: chrome/browser/chromeos/gdata/gdata_operations.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.cc b/chrome/browser/chromeos/gdata/gdata_operations.cc |
index 9275315534342368fa55906d812b856f27071303..4a54d15e59a97213517c21d97ddfe39a8183d1c2 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_operations.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_operations.cc |
@@ -41,13 +41,13 @@ const char kIfMatchAllHeader[] = "If-Match: *"; |
const char kIfMatchHeaderFormat[] = "If-Match: %s"; |
// URL requesting documents list that belong to the authenticated user only |
-// (handled with '/mine' part). |
+// (handled with '/-/mine' part). |
const char kGetDocumentListURLForAllDocuments[] = |
"https://docs.google.com/feeds/default/private/full/-/mine"; |
// URL requesting documents list in a particular directory specified by "%s" |
-// that belong to the authenticated user only (handled with '/mine' part). |
+// that belong to the authenticated user only (handled with '/-/mine' part). |
const char kGetDocumentListURLForDirectoryFormat[] = |
- "https://docs.google.com/feeds/default/private/full/%s/contents/mine"; |
+ "https://docs.google.com/feeds/default/private/full/%s/contents/-/mine"; |
// URL requesting documents list of changes to documents collections. |
const char kGetChangesListURL[] = |