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 4994c006be5314c042689aa583b0e2e92f6df2e2..4037f23381d2f8fda4c88bf420b0c009a802ab15 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_test_util.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_test_util.cc |
@@ -93,5 +93,13 @@ void CopyResultsFromReadDirectoryCallback( |
*out_entries = entries.Pass(); |
} |
+void CopyResultsFromGetEntryInfoPairCallback( |
+ scoped_ptr<EntryInfoPairResult>* out_result, |
+ scoped_ptr<EntryInfoPairResult> result) { |
+ DCHECK(out_result); |
+ |
+ *out_result = result.Pass(); |
+} |
+ |
} // namespace test_util |
} // namespace gdata |