Index: chrome/browser/chromeos/gdata/gdata.proto |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata.proto (revision 133890) |
+++ chrome/browser/chromeos/gdata/gdata.proto (working copy) |
@@ -23,9 +23,9 @@ |
// Represents GDataEntry. |
message GDataEntryProto { |
optional PlatformFileInfoProto file_info = 1; |
- optional string file_name = 2; |
- optional string title = 3; |
- optional string resource_id = 4; |
+ optional string title = 2; |
+ optional string resource_id = 3; |
+ optional string parent_resource_id = 4; |
satorux1
2012/04/27 21:35:41
please don't renumber. This will break compatibili
achuithb
2012/04/27 22:15:03
Done.
|
optional string edit_url = 5; |
optional string content_url = 6; |
} |