blob: d6d5c58d865e200dd65615303aecfceb64dd5cce [file] [log] [blame]
stanisca4e4a102015-09-28 19:28:421// 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 "sync/internal_api/public/activation_context.h"
6
7namespace syncer_v2 {
8
9ActivationContext::ActivationContext() {}
10
11ActivationContext::~ActivationContext() {}
12
13} // namespace syncer_v2