| 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 f63e44b0cce71d9fbdcc243f2062194dbca752d0..3a89d3e1065a7f7b71c9d18e1fa64ba2a4ff12aa 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| +++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| @@ -190,6 +190,8 @@ class SyncedTabDelegateMock : public SyncedTabDelegate {
|
| const std::vector<const content::NavigationEntry*>*());
|
| MOCK_CONST_METHOD0(IsPinned, bool());
|
| MOCK_CONST_METHOD0(HasWebContents, bool());
|
| + MOCK_CONST_METHOD0(GetSyncId, int64());
|
| + MOCK_METHOD1(SetSyncId, void(int64));
|
| };
|
|
|
| class SyncRefreshListener : public content::NotificationObserver {
|
|
|