Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 5c643e387d86e3827070bbc21471043069a7fe81..325248da278e300dd45bff35b4c218e061a82b44 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -590,7 +590,7 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
void ConfigureDataTypeManager(); |
// Starts up the backend sync components. |
- void StartUp(); |
+ virtual void StartUp(); |
// Shuts down the backend sync components. |
// |sync_disabled| indicates if syncing is being disabled or not. |
void ShutdownImpl(bool sync_disabled); |