| Index: chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| index a380168e8ff1c005378bb76c02c52607c73d37dd..b311bb1a061096953403294a3d3511705cabafd4 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| +++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| @@ -184,7 +184,7 @@ class SyncedTabDelegateMock : public SyncedTabDelegate {
|
| MOCK_CONST_METHOD0(GetPendingEntryIndex, int());
|
| MOCK_CONST_METHOD0(GetPendingEntry, content::NavigationEntry*());
|
| MOCK_CONST_METHOD1(GetEntryAtIndex, content::NavigationEntry*(int i));
|
| - MOCK_CONST_METHOD0(GetActiveEntry, content::NavigationEntry*());
|
| + MOCK_CONST_METHOD0(GetVisibleEntry, content::NavigationEntry*());
|
| MOCK_CONST_METHOD0(ProfileIsManaged, bool());
|
| MOCK_CONST_METHOD0(GetBlockedNavigations,
|
| const std::vector<const content::NavigationEntry*>*());
|
|
|