| Index: net/http/http_auth_gssapi_posix.cc
 | 
| diff --git a/net/http/http_auth_gssapi_posix.cc b/net/http/http_auth_gssapi_posix.cc
 | 
| index c8302353b7fc1ac263a820d7251f1a05c36b5ae3..9838571821298fc7251abfd4feea4564fa1384a4 100644
 | 
| --- a/net/http/http_auth_gssapi_posix.cc
 | 
| +++ b/net/http/http_auth_gssapi_posix.cc
 | 
| @@ -818,7 +818,7 @@ int MapInitSecContextStatusToError(OM_uint32 major_status) {
 | 
|    return ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS;
 | 
|  }
 | 
|  
 | 
| -}
 | 
| +}  // anonymous namespace
 | 
|  
 | 
|  int HttpAuthGSSAPI::GetNextSecurityToken(const std::string& spn,
 | 
|                                           const std::string& channel_bindings,
 | 
| 
 |