summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_gssapi_posix_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_gssapi_posix_unittest.cc')
-rw-r--r--net/http/http_auth_gssapi_posix_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_gssapi_posix_unittest.cc b/net/http/http_auth_gssapi_posix_unittest.cc
index cbf4d3d..1c3d12b 100644
--- a/net/http/http_auth_gssapi_posix_unittest.cc
+++ b/net/http/http_auth_gssapi_posix_unittest.cc
@@ -76,7 +76,7 @@ TEST(HttpAuthGSSAPIPOSIXTest, GSSAPIStartup) {
// TODO(ahendrickson): Manipulate the libraries and paths to test each of the
// libraries we expect, and also whether or not they have the interface
// functions we want.
- scoped_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(""));
+ scoped_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(std::string()));
DCHECK(gssapi.get());
EXPECT_TRUE(gssapi.get()->Init());
}