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

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: renames as per feedback 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 150627)
+++ chrome/browser/chromeos/gdata/gdata_test_util.cc (working copy)
@@ -69,6 +69,14 @@
*output = error;
}
+void CopyErrorCodeFromFileMoveCallback(
+ GDataFileError* output,
+ GDataFileError error,
+ const FilePath& updated_file_path) {
+ DCHECK(output);
+ *output = error;
+}
+
void CopyResultsFromGetEntryInfoCallback(
GDataFileError* out_error,
scoped_ptr<GDataEntryProto>* out_entry_proto,

Powered by Google App Engine
This is Rietveld 408576698