diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 12:38:19 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 12:38:19 +0000 |
commit | 1b6e1d2f72217d4bd9c9a164db70cbfc1b869d1c (patch) | |
tree | cdad2f08fdc26c5a15ec7e45609717d829a2ccd5 /net/http/mock_gssapi_library_posix.h | |
parent | b69f4ffd2ff73ba0cad80f80555e4b15fc211257 (diff) | |
download | chromium_src-1b6e1d2f72217d4bd9c9a164db70cbfc1b869d1c.zip chromium_src-1b6e1d2f72217d4bd9c9a164db70cbfc1b869d1c.tar.gz chromium_src-1b6e1d2f72217d4bd9c9a164db70cbfc1b869d1c.tar.bz2 |
Revert 97925 - Linux: allow linking directly with Kerberos instead of using dlopen.
dlopen is still the default for Google Chrome. This option
is intended for Linux distro packagers.
BUG=92689
Review URL: http://codereview.chromium.org/7655046
TBR=phajdan.jr@chromium.org
Review URL: http://codereview.chromium.org/7719024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/mock_gssapi_library_posix.h')
-rw-r--r-- | net/http/mock_gssapi_library_posix.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/http/mock_gssapi_library_posix.h b/net/http/mock_gssapi_library_posix.h index 4109f9c..aad5de8 100644 --- a/net/http/mock_gssapi_library_posix.h +++ b/net/http/mock_gssapi_library_posix.h @@ -6,13 +6,12 @@ #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 { |