| 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 85a69c813c229ae8777ce88659730f3172ea5397..97dbef8c7090183b2bdcf99ffbf8fafee19cb906 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
|
|
|