Index: chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
index e75d561a2aa5090973f860b1349f1aae2bd8fa3d..8e680f901aa2c33c85336d244938f7eecc36d77a 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
@@ -51,20 +51,6 @@ typedef base::Callback<void(GDataFileError error, |
scoped_ptr<GDataEntryProto> file_proto)> |
GetEntryInfoWithFilePathCallback; |
-// Used to get entry info from the file system. |
-// If |error| is not PLATFORM_FILE_OK, |entry_info| is set to NULL. |
-typedef base::Callback<void(GDataFileError error, |
- scoped_ptr<GDataEntryProto> entry_proto)> |
- GetEntryInfoCallback; |
- |
-// Used to read a directory from the file system. |
-// If |error| is not PLATFORM_FILE_OK, |entries| is set to NULL. |
-// |entries| are contents, both files and directories, of the directory. |
-typedef std::vector<GDataEntryProto> GDataEntryProtoVector; |
-typedef base::Callback<void(GDataFileError error, |
- scoped_ptr<GDataEntryProtoVector> entries)> |
- ReadDirectoryCallback; |
- |
// Used to get drive content search results. |
// If |error| is not PLATFORM_FILE_OK, |result_paths| is empty. |
typedef base::Callback<void( |