blob: b444b7e3d2bb1f50d64b52e5f235cb0db824fc1b [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2018 The Chromium Authors
Mikel Astiz0889b2be2018-09-25 16:20:412// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/sync_sessions/session_sync_service.h"
6
Mikel Astiz0889b2be2018-09-25 16:20:417namespace sync_sessions {
8
Mikel Astiz90097b382018-11-21 19:49:389SessionSyncService::SessionSyncService() = default;
Mikel Astiz15ec3302018-11-19 10:44:5910
Mikel Astiz90097b382018-11-21 19:49:3811SessionSyncService::~SessionSyncService() = default;
Mikel Astiz0dd1e66b2018-11-12 10:08:5712
Mikel Astiz0889b2be2018-09-25 16:20:4113} // namespace sync_sessions