Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
|
xunjieli
2017/04/27 12:12:48
nit: 2017. Same for the other file.
Bence
2017/04/27 12:16:13
Done.
| |
| 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_SPDY_PLATFORM_IMPL_SPDY_EXPORT_IMPL_H_ | |
| 6 #define NET_SPDY_PLATFORM_IMPL_SPDY_EXPORT_IMPL_H_ | |
| 7 | |
| 8 #include "net/base/net_export.h" | |
| 9 | |
| 10 #define SPDY_EXPORT NET_EXPORT | |
| 11 #define SPDY_EXPORT_PRIVATE NET_EXPORT_PRIVATE | |
| 12 | |
| 13 #endif // NET_SPDY_PLATFORM_IMPL_SPDY_EXPORT_IMPL_H_ | |
| OLD | NEW |