Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 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_LOG_TRACE_CONSTANTS_H_ | |
|
mmenke
2016/12/01 16:16:14
We aren't consistent about it, but this should pro
xunjieli
2016/12/01 23:38:11
Done.
| |
| 6 #define NET_LOG_TRACE_CONSTANTS_H_ | |
| 7 | |
| 8 #include "net/base/net_export.h" | |
| 9 | |
| 10 namespace net { | |
| 11 | |
| 12 // Net Category used in Tracing. | |
| 13 NET_EXPORT_PRIVATE extern const char kNetTracingCategory[]; | |
| 14 | |
| 15 } // namespace net | |
| 16 | |
| 17 #endif // NET_LOG_TRACE_CONSTANTS_H_ | |
| OLD | NEW |