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

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

Issue 10827211: Replace GDataDirectory::TakeEntry with GDataDirectoryService::AddEntryToDirectory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: expect/assert after RunBlockingTask 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
Index: chrome/browser/chromeos/gdata/gdata_test_util.cc
===================================================================
--- chrome/browser/chromeos/gdata/gdata_test_util.cc (revision 150441)
+++ chrome/browser/chromeos/gdata/gdata_test_util.cc (working copy)
@@ -69,5 +69,13 @@
*output = error;
}
+void CopyErrorCodeFromFilePathUpdateCallback(
+ GDataFileError* output,
+ GDataFileError error,
+ const FilePath& updated_file_path) {
+ DCHECK(output);
+ *output = error;
+}
+
} // namespace test_util
} // namespace gdata

Powered by Google App Engine
This is Rietveld 408576698