chromium/tools/traffic_annotation/scripts/test_data/wrong_arg_type.cc

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

#include "net/traffic_annotation/network_traffic_annotation.h"

net::NetworkTrafficAnnotationTag kTrafficAnnotation =
    net::DefineNetworkTrafficAnnotation(
        should_be_a_string_literal_and_has_a_long_name,
        "XXX");