Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 60e7b19b2214eec3992174ea266de28f4e5c1905..3d556e878570f3dd1ec26f2b93f872cc63f5c140 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -181,7 +181,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer { |
report_unrecoverable_error_function); |
// Called on |frontend_loop| to update SyncCredentials. |
- void UpdateCredentials(const syncer::SyncCredentials& credentials); |
+ virtual void UpdateCredentials(const syncer::SyncCredentials& credentials); |
// Registers the underlying frontend for the given IDs to the underlying |
// notifier. This lasts until StopSyncingForShutdown() is called. |