Index: chrome/browser/chromeos/gdata/find_entry_callback.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/find_entry_callback.cc (revision 137657) |
+++ chrome/browser/chromeos/gdata/find_entry_callback.cc (working copy) |
@@ -8,6 +8,7 @@ |
void ReadOnlyFindEntryCallback(GDataEntry** out, |
base::PlatformFileError error, |
+ const FilePath& directory_path, |
GDataEntry* entry) { |
if (error == base::PLATFORM_FILE_OK) |
*out = entry; |