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

Unified Diff: net/http/http_cache_lookup_manager.h

Issue 2562113002: Fix header guards in //net. (Closed)
Patch Set: Created 4 years 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 | « net/http/http_auth_challenge_tokenizer.h ('k') | net/http/http_log_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache_lookup_manager.h
diff --git a/net/http/http_cache_lookup_manager.h b/net/http/http_cache_lookup_manager.h
index b377290afc9761c8b07c489691eead56bd49a8f4..45cfa009ac65d476a5c4b80c2bd1943e9135212a 100644
--- a/net/http/http_cache_lookup_manager.h
+++ b/net/http/http_cache_lookup_manager.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_HTTP_CACHE_LOOKUP_MANAGER_H_
-#define NET_HTTP_CACHE_LOOKUP_MANAGER_H_
+#ifndef NET_HTTP_HTTP_CACHE_LOOKUP_MANAGER_H_
+#define NET_HTTP_HTTP_CACHE_LOOKUP_MANAGER_H_
#include "net/base/net_export.h"
#include "net/http/http_cache.h"
@@ -60,4 +60,4 @@ class NET_EXPORT_PRIVATE HttpCacheLookupManager : public ServerPushDelegate {
} // namespace net
-#endif // NET_HTTP_CACHE_LOOKUP_MANAGER_H_
+#endif // NET_HTTP_HTTP_CACHE_LOOKUP_MANAGER_H_
« no previous file with comments | « net/http/http_auth_challenge_tokenizer.h ('k') | net/http/http_log_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698