blob: d6bc31ecc4a7d2299e93d6e9eb6bf78353fa50d9 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/sync_sessions/mock_sync_sessions_client.h"
#include "components/sync_sessions/local_session_event_router.h"
namespace sync_sessions {
MockSyncSessionsClient::MockSyncSessionsClient() {
ON_CALL(*this, ShouldSyncURL(testing::_))
.WillByDefault(testing::Return(true));
}
MockSyncSessionsClient::~MockSyncSessionsClient() {}
} // namespace sync_sessions