| 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 0669610edf22d948c9c4018703f8b173442b37b5..f0bf397c6da23e18f8706deef85a35205d1c1ede 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -269,7 +269,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| // null.
|
| // TODO(zea): Figure out a better way to expose this to the UI elements that
|
| // need it.
|
| - browser_sync::SessionModelAssociator* GetSessionModelAssociator();
|
| + virtual browser_sync::SessionModelAssociator* GetSessionModelAssociator();
|
|
|
| // Returns sync's representation of the local device info.
|
| // Return value is an empty scoped_ptr if the device info is unavailable.
|
|
|