| 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..c6aae2fc9fc71161a0129f4748bbb80bde90da6f 100644
|
| --- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| +++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
|
| @@ -190,6 +190,9 @@ 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 {
|
|
|