Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1113)

Unified Diff: content/renderer/net_info_helper.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/webrtc_logging.h ('k') | content/renderer/pepper/fullscreen_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/renderer/media/webrtc_logging.h ('k') | content/renderer/pepper/fullscreen_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698