blob: 91ef3b8787dbe5c45486ff4b807f747edbaf8df9 [file] [log] [blame]
zeaf09345c2015-10-27 05:29:501// Copyright 2015 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/sync_sessions_client.h"
6
7namespace sync_sessions {
8
9SyncSessionsClient::SyncSessionsClient() {}
10SyncSessionsClient::~SyncSessionsClient() {}
11
12} // namespace sync_sessions