blob: d3938cd10efd6b130eeee8e07eb81d67753821b0 [file] [log] [blame]
Mikel Astiz0889b2be2018-09-25 16:20:411// Copyright 2018 The Chromium Authors. All rights reserved.
2// 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