// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_HTTP_MOCK_GSSAPI_LIBRARY_POSIX_H_ #define NET_HTTP_MOCK_GSSAPI_LIBRARY_POSIX_H_ #include <list> #include <string> #include "base/gtest_prod_util.h" #include "net/http/http_auth_gssapi_posix.h" namespace net { namespace test { class GssContextMockImpl { … }; // The MockGSSAPILibrary class is intended for unit tests which want to bypass // the system GSSAPI library calls. class MockGSSAPILibrary : public GSSAPILibrary { … }; } // namespace test MockAuthLibrary; } // namespace net #endif // NET_HTTP_MOCK_GSSAPI_LIBRARY_POSIX_H_