// Copyright 2017 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/nqe/network_id.h" #include <string> #include "base/strings/string_number_conversions.h" #include "net/base/network_change_notifier.h" #include "testing/gtest/include/gtest/gtest.h" namespace net::nqe::internal { namespace { TEST(NetworkIDTest, TestSerialize) { … } } // namespace } // namespace net::nqe::internal