Chromium Code Reviews| 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)); |
| + |
|
Nicolas Zea
2013/06/19 21:35:33
remove newline
shashi
2013/06/20 00:49:32
Done.
|
| }; |
| class SyncRefreshListener : public content::NotificationObserver { |