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 1f45e1fa014020e6688d6e8a5d6b058470813b90..7d38bc9cb3e0516b78d8a9b01366ee35b24a43eb 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -367,7 +367,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
// tests. Figure out how to pass the handle to the ModelAssociators |
// directly, figure out how to expose this to tests, and remove this |
// function. |
- sync_api::UserShare* GetUserShare() const; |
+ virtual sync_api::UserShare* GetUserShare() const; |
// TODO(akalin): These two functions are used only by |
// ProfileSyncServiceHarness. Figure out a different way to expose |