summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/session_model_associator_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/session_model_associator_unittest.cc')
-rw-r--r--chrome/browser/sync/glue/session_model_associator_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc
index e5416a4..a883546 100644
--- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
+++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
@@ -190,8 +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));
+ MOCK_CONST_METHOD0(GetSyncId, int());
+ MOCK_METHOD1(SetSyncId, void(int));
};
class SyncRefreshListener : public content::NotificationObserver {