Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Unified Diff: chrome/browser/chromeos/gdata/gdata_test_util.cc

Issue 10831212: gdata: Add GDataDirectoryService::GetEntryInfoPairByPaths() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698