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

Unified Diff: net/http/mock_gssapi_library_posix.h

Issue 7655046: Linux: allow linking directly with Kerberos instead of using dlopen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hopefully fix ChromeOS Created 9 years, 4 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_negotiate_unittest.cc ('k') | net/http/mock_gssapi_library_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/mock_gssapi_library_posix.h
diff --git a/net/http/mock_gssapi_library_posix.h b/net/http/mock_gssapi_library_posix.h
index aad5de8646fc6b7255f7f7011b6288be1bf411b9..4109f9cc6c7806fc2c22791141b37263fbe3df24 100644
--- a/net/http/mock_gssapi_library_posix.h
+++ b/net/http/mock_gssapi_library_posix.h
@@ -6,12 +6,13 @@
#define NET_HTTP_MOCK_GSSAPI_LIBRARY_POSIX_H_
#pragma once
+#include <gssapi.h>
+
#include <list>
#include <string>
#include "base/gtest_prod_util.h"
#include "net/http/http_auth_gssapi_posix.h"
-#include "net/third_party/gssapi/gssapi.h"
namespace net {
« no previous file with comments | « net/http/http_auth_handler_negotiate_unittest.cc ('k') | net/http/mock_gssapi_library_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698