| 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..49363d03ffac4a9806b5036dcc4a2990513693f4 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 CopyErrorCodeFromFileOperationCallback(GDataFileError* output,
|
| + GDataFileError error) {
|
| + DCHECK(output);
|
| + *output = error;
|
| +}
|
| +
|
| } // namespace test_util
|
| } // namespace gdata
|
|
|