1 // Copyright 2020 The Chromium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #ifndef NET_NQE_PREF_NAMES_H_ 6 #define NET_NQE_PREF_NAMES_H_ 7 8 #include "net/base/net_export.h" 9 10 namespace net::nqe { 11 12 // Prefs for persisting network qualities. 13 NET_EXPORT_PRIVATE extern const char kNetworkQualities[]; 14 15 } // namespace net::nqe 16 17 #endif // NET_NQE_PREF_NAMES_H_ 18