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 89edb3b628d76a4f265d9769596882b7aa990525..c6bd4e3331ddc506897ca0292a293e800ee001cb 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -268,7 +268,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. |