| 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;
|
|
|
|
|