Index: chrome/browser/chromeos/gdata/gdata_files.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h |
index 37b722edd51b3c12073727ee33f48510c4d59c9c..55ba3db1c5e03d36693fd4e12456a5b50e18eba7 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_files.h |
+++ b/chrome/browser/chromeos/gdata/gdata_files.h |
@@ -89,11 +89,7 @@ class GDataEntry { |
GDataDirectoryService* directory_service); |
// Serialize/Parse to/from string via proto classes. |
- // TODO(achuith): Correctly set up parent_ and root_ links in |
- // FromProtoString. |
void SerializeToString(std::string* serialized_proto) const; |
- static scoped_ptr<GDataEntry> FromProtoString( |
- const std::string& serialized_proto); |
// Converts the proto representation to the platform file. |
static void ConvertProtoToPlatformFileInfo( |