Index: chrome/browser/chromeos/gdata/gdata_test_util.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_test_util.h (revision 150441) |
+++ chrome/browser/chromeos/gdata/gdata_test_util.h (working copy) |
@@ -7,6 +7,8 @@ |
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h" |
+class FilePath; |
+ |
namespace gdata { |
class GDataCacheEntry; |
@@ -44,6 +46,8 @@ |
void CopyErrorCodeFromFileOperationCallback( |
GDataFileError* output, GDataFileError error); |
+void CopyErrorCodeFromFilePathUpdateCallback(GDataFileError* output, |
satorux1
2012/08/08 23:25:01
function comment is missing. |updated_file_path| s
achuithb
2012/08/09 00:12:51
Done.
|
+ GDataFileError error, const FilePath& updated_file_path); |
satorux1
2012/08/08 23:25:01
could you list parameters vertically?
achuithb
2012/08/09 00:12:51
Done.
|
} // namespace test_util |
} // namespace gdata |