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 c27248099b0124dbc3a84e9f7a2ccf1e5dd21644..652960ee6df3dd49a4e0ab88b0a0e543af04e4ec 100644 |
--- a/chrome/browser/sync/glue/session_model_associator_unittest.cc |
+++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc |
@@ -189,6 +189,7 @@ class SyncedTabDelegateMock : public SyncedTabDelegate { |
MOCK_CONST_METHOD0(GetBlockedNavigations, |
const std::vector<const content::NavigationEntry*>*()); |
MOCK_CONST_METHOD0(IsPinned, bool()); |
+ MOCK_CONST_METHOD0(HasWebContents, bool()); |
}; |
class SyncRefreshListener : public content::NotificationObserver { |