| Index: content/renderer/net_info_helper.h
|
| diff --git a/content/renderer/net_info_helper.h b/content/renderer/net_info_helper.h
|
| index a9e19a03cfd79501e0dbb9b847b1f0243c2c8f70..cc876cae138e2b004874310bc29ca93166668379 100644
|
| --- a/content/renderer/net_info_helper.h
|
| +++ b/content/renderer/net_info_helper.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 CONTENT_PUBLIC_RENDERER_NET_INFO_HELPER_H_
|
| -#define CONTENT_PUBLIC_RENDERER_NET_INFO_HELPER_H_
|
| +#ifndef CONTENT_RENDERER_NET_INFO_HELPER_H_
|
| +#define CONTENT_RENDERER_NET_INFO_HELPER_H_
|
|
|
| #include "net/base/network_change_notifier.h"
|
| #include "third_party/WebKit/public/platform/WebConnectionType.h"
|
| @@ -15,4 +15,4 @@ blink::WebConnectionType NetConnectionTypeToWebConnectionType(
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_RENDERER_NET_INFO_HELPER_H_
|
| +#endif // CONTENT_RENDERER_NET_INFO_HELPER_H_
|
|
|