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

Unified Diff: net/http/http_auth_scheme.h

Issue 2396503002: Fix net_export.h includes. (Closed)
Patch Set: Created 4 years, 2 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 | « net/http/http_auth_handler_ntlm.h ('k') | net/http/http_auth_scheme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_scheme.h
diff --git a/net/http/http_auth_scheme.h b/net/http/http_auth_scheme.h
index 98e17857a999e60823ae005da76e603ba15d0f2e..fc74da99a4f927cdc873e918ea6b6cb49f3c2325 100644
--- a/net/http/http_auth_scheme.h
+++ b/net/http/http_auth_scheme.h
@@ -5,6 +5,8 @@
#ifndef NET_HTTP_HTTP_AUTH_SCHEME_H_
#define NET_HTTP_HTTP_AUTH_SCHEME_H_
+#include "net/base/net_export.h"
+
namespace net {
NET_EXPORT extern const char kBasicAuthScheme[];
NET_EXPORT extern const char kDigestAuthScheme[];
« no previous file with comments | « net/http/http_auth_handler_ntlm.h ('k') | net/http/http_auth_scheme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698