| 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 7b01766cff3d19802af058680991f88577a31d68..26c91e59dca98c8667e64f78b7a2f2469bac0c13 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
|
| @@ -34,10 +34,6 @@ struct SearchResultInfo {
|
| bool is_directory;
|
| };
|
|
|
| -// Used for file operations like removing files.
|
| -typedef base::Callback<void(GDataFileError error)>
|
| - FileOperationCallback;
|
| -
|
| // Used to get files from the file system.
|
| typedef base::Callback<void(GDataFileError error,
|
| const FilePath& file_path,
|
|
|