chromium/components/sync_device_info/device_info_util_unittest.cc

// Copyright 2016 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_device_info/device_info_util.h"

#include "base/time/time.h"
#include "components/sync/protocol/device_info_specifics.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

Time;
DeviceInfoSpecifics;

namespace syncer {

namespace {

class DeviceInfoUtilTest : public testing::Test {};

}  // namespace

TEST_F(DeviceInfoUtilTest, CalculatePulseDelaySame) {}

TEST_F(DeviceInfoUtilTest, CalculatePulseDelayMiddle) {}

TEST_F(DeviceInfoUtilTest, CalculatePulseDelayStale) {}

TEST_F(DeviceInfoUtilTest, CalculatePulseDelayFuture) {}

TEST_F(DeviceInfoUtilTest, IsActive) {}

TEST_F(DeviceInfoUtilTest, TagRoundTrip) {}

}  // namespace syncer