| Index: chrome/browser/chromeos/gdata/gdata_test_util.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_test_util.cc b/chrome/browser/chromeos/gdata/gdata_test_util.cc
|
| index 8eed511d0999fcc0e21b8db99126332cbab8883a..8bf03480a9d1a5614ad7872161fc78d5122388aa 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_test_util.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_test_util.cc
|
| @@ -63,5 +63,11 @@ bool CacheStatesEqual(const GDataCacheEntry& a, const GDataCacheEntry& b) {
|
| a.is_persistent() == b.is_persistent());
|
| }
|
|
|
| +void CopyResultFromFileOperationCallback(GDataFileError* output,
|
| + GDataFileError error) {
|
| + DCHECK(output);
|
| + *output = error;
|
| +}
|
| +
|
| } // namespace test_util
|
| } // namespace gdata
|
|
|