zea | f09345c | 2015-10-27 05:29:50 | [diff] [blame] | 1 | // 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 | |||||
7 | namespace sync_sessions { | ||||
8 | |||||
9 | SyncSessionsClient::SyncSessionsClient() {} | ||||
10 | SyncSessionsClient::~SyncSessionsClient() {} | ||||
11 | |||||
12 | } // namespace sync_sessions |