| Index: net/base/port_util.h
|
| diff --git a/net/base/port_util.h b/net/base/port_util.h
|
| index 99a1ec484e3db83efb50ea8f7825613024bb27fc..d1cc5fe6ccdd8a3011752e9c33fa31285f54a92c 100644
|
| --- a/net/base/port_util.h
|
| +++ b/net/base/port_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_NET_PORT_UTIL_
|
| -#define NET_BASE_NET_PORT_UTIL_
|
| +#ifndef NET_BASE_PORT_UTIL_H_
|
| +#define NET_BASE_PORT_UTIL_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -45,4 +45,4 @@ class NET_EXPORT ScopedPortException {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_NET_PORT_UTIL_
|
| +#endif // NET_BASE_PORT_UTIL_H_
|
|
|