blob: 3622618d2a5dfa7c44b8ab8d5955c1cfd8ef79fa [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/sync/engine/sync_status.h"
namespace syncer {
SyncStatus::SyncStatus() = default;
SyncStatus::SyncStatus(const SyncStatus& other) = default;
SyncStatus::~SyncStatus() = default;
} // namespace syncer