| Index: chrome/browser/sync/test/integration/sync_errors_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_errors_test.cc b/chrome/browser/sync/test/integration/sync_errors_test.cc
|
| index 76a77230b3ffac356ef0ae89636a043b0d8283be..7a29fdff7c2e99f2981f59698f00294dc0e32288 100644
|
| --- a/chrome/browser/sync/test/integration/sync_errors_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_errors_test.cc
|
| @@ -45,7 +45,7 @@ class SyncBackendStoppedChecker : public SingleClientStatusChangeChecker {
|
|
|
| // StatusChangeChecker implementation.
|
| bool IsExitConditionSatisfied() override {
|
| - return !service()->IsBackendInitialized();
|
| + return !service()->IsEngineInitialized();
|
| }
|
| std::string GetDebugMessage() const override { return "Sync stopped"; }
|
| };
|
|
|