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

Unified Diff: net/http/http_auth_challenge_tokenizer.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/failing_http_transaction_factory.h ('k') | net/http/http_cache_lookup_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_challenge_tokenizer.h
diff --git a/net/http/http_auth_challenge_tokenizer.h b/net/http/http_auth_challenge_tokenizer.h
index ef5bf12c2b255d579e128df64761765983c7188d..fe8f6b06fa74bc1c31b70e107470e97ab9d04199 100644
--- a/net/http/http_auth_challenge_tokenizer.h
+++ b/net/http/http_auth_challenge_tokenizer.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_HTTP_AUTH_CHALLENGE_TOKENIZER_
-#define NET_HTTP_HTTP_AUTH_CHALLENGE_TOKENIZER_
+#ifndef NET_HTTP_HTTP_AUTH_CHALLENGE_TOKENIZER_H_
+#define NET_HTTP_HTTP_AUTH_CHALLENGE_TOKENIZER_H_
#include <string>
@@ -59,4 +59,4 @@ class NET_EXPORT_PRIVATE HttpAuthChallengeTokenizer {
} // namespace net
-#endif // NET_HTTP_HTTP_AUTH_CHALLENGE_TOKENIZER_
+#endif // NET_HTTP_HTTP_AUTH_CHALLENGE_TOKENIZER_H_
« no previous file with comments | « net/http/failing_http_transaction_factory.h ('k') | net/http/http_cache_lookup_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698