chromium/components/sync/model/sync_data_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/sync/model/sync_data.h"

#include <memory>

#include "base/memory/ref_counted_memory.h"
#include "components/sync/protocol/entity_specifics.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

string;

namespace syncer {

namespace {

const char kSyncTag[] =;
const DataType kDatatype =;
const char kNonUniqueTitle[] =;

TEST(SyncDataTest, NoArgCtor) {}

TEST(SyncDataTest, CreateLocalDelete) {}

TEST(SyncDataTest, CreateLocalData) {}

TEST(SyncDataTest, CreateRemoteData) {}

}  // namespace

}  // namespace syncer