| Index: chrome/browser/chromeos/gdata/gdata_test_util.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_test_util.h b/chrome/browser/chromeos/gdata/gdata_test_util.h
|
| index 91de0481f1622a5f5d1c50ca4dd8c11c6370f871..8ebb6951290f865743766722aa47f1dd6b411602 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_test_util.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_test_util.h
|
| @@ -65,6 +65,12 @@ void CopyResultsFromReadDirectoryCallback(
|
| GDataFileError error,
|
| scoped_ptr<GDataEntryProtoVector> entries);
|
|
|
| +// Copies |result| |out_result|. Used to run asynchronous functions that take
|
| +// GetEntryInfoPairCallback from tests.
|
| +void CopyResultsFromGetEntryInfoPairCallback(
|
| + scoped_ptr<EntryInfoPairResult>* out_result,
|
| + scoped_ptr<EntryInfoPairResult> result);
|
| +
|
| } // namespace test_util
|
| } // namespace gdata
|
|
|
|
|