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

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

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.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_test_util.h (revision 150441)
+++ chrome/browser/chromeos/gdata/gdata_test_util.h (working copy)
@@ -7,6 +7,8 @@
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
+class FilePath;
+
namespace gdata {
class GDataCacheEntry;
@@ -44,6 +46,8 @@
void CopyErrorCodeFromFileOperationCallback(
GDataFileError* output, GDataFileError error);
+void CopyErrorCodeFromFilePathUpdateCallback(GDataFileError* output,
satorux1 2012/08/08 23:25:01 function comment is missing. |updated_file_path| s
achuithb 2012/08/09 00:12:51 Done.
+ GDataFileError error, const FilePath& updated_file_path);
satorux1 2012/08/08 23:25:01 could you list parameters vertically?
achuithb 2012/08/09 00:12:51 Done.
} // namespace test_util
} // namespace gdata

Powered by Google App Engine
This is Rietveld 408576698