| 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 e6a8d2e0ada4e801e1326cd3202916e1fb37b88e..a8b88abcb84abf30591abbb79645b3eb1617c46e 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -365,7 +365,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
|
|
|