chromium/components/sync/base/sync_util_unittest.cc

// Copyright 2015 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/base/sync_util.h"

#include "base/command_line.h"
#include "base/strings/string_util.h"
#include "components/sync/base/command_line_switches.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace syncer {

TEST(SyncUtilTest, GetSyncServiceURLWithoutCommandLineSwitch) {}

TEST(SyncUtilTest, GetSyncServiceURLWithCommandLineSwitch) {}

TEST(SyncUtilTest, GetSyncServiceURLWithBadCommandLineSwitch) {}

TEST(SyncUtilTest, FormatUserAgentForSync) {}

}  // namespace syncer