Index: chrome/browser/sync/sessions/sync_session_unittest.cc |
diff --git a/chrome/browser/sync/sessions/sync_session_unittest.cc b/chrome/browser/sync/sessions/sync_session_unittest.cc |
index fe5f6ed9fb40f315be8391ae780a39e69e825bb9..079e7477d24124e83b55da122534a5b2e477501f 100644 |
--- a/chrome/browser/sync/sessions/sync_session_unittest.cc |
+++ b/chrome/browser/sync/sessions/sync_session_unittest.cc |
@@ -71,6 +71,9 @@ class SyncSessionTest : public testing::Test, |
virtual void OnShouldStopSyncingPermanently() OVERRIDE { |
FailControllerInvocationIfDisabled("OnShouldStopSyncingPermanently"); |
} |
+ virtual void OnSyncError(sessions::SyncSession* session) { |
+ FailControllerInvocationIfDisabled("OnSyncError"); |
+ } |
// ModelSafeWorkerRegistrar implementation. |
virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) OVERRIDE {} |