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 850e41441afd96fa1bde69698d8d673fe8fbb9c7..e75d561a2aa5090973f860b1349f1aae2bd8fa3d 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
@@ -62,7 +62,6 @@ typedef base::Callback<void(GDataFileError error, |
// |entries| are contents, both files and directories, of the directory. |
typedef std::vector<GDataEntryProto> GDataEntryProtoVector; |
typedef base::Callback<void(GDataFileError error, |
- bool hide_hosted_documents, |
scoped_ptr<GDataEntryProtoVector> entries)> |
ReadDirectoryCallback; |