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

Unified Diff: chrome/browser/sync/glue/ui_model_worker.h

Issue 9113024: Add return values to SyncerCommand (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for review comments Created 8 years, 12 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/sync/glue/ui_model_worker.h
diff --git a/chrome/browser/sync/glue/ui_model_worker.h b/chrome/browser/sync/glue/ui_model_worker.h
index 65925703229c3d834998a6e77ef8c92360f33c0b..23b5323e4ad3d120f511e862009a871639156254 100644
--- a/chrome/browser/sync/glue/ui_model_worker.h
+++ b/chrome/browser/sync/glue/ui_model_worker.h
@@ -37,7 +37,7 @@ class UIModelWorker : public browser_sync::ModelSafeWorker {
void Stop();
// ModelSafeWorker implementation. Called on syncapi SyncerThread.
- virtual UnrecoverableErrorInfo DoWorkAndWaitUntilDone(
+ virtual SyncerError DoWorkAndWaitUntilDone(
const WorkCallback& work) OVERRIDE;
virtual ModelSafeGroup GetModelSafeGroup() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698