#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) { … }
}