| Index: crypto/capi_util.cc
|
| ===================================================================
|
| --- crypto/capi_util.cc (revision 79901)
|
| +++ crypto/capi_util.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/crypto/capi_util.h"
|
| +#include "crypto/capi_util.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/singleton.h"
|
| @@ -35,7 +35,7 @@
|
|
|
| } // namespace
|
|
|
| -namespace base {
|
| +namespace crypto {
|
|
|
| BOOL CryptAcquireContextLocked(HCRYPTPROV* prov,
|
| LPCWSTR container,
|
| @@ -47,4 +47,4 @@
|
| return CryptAcquireContext(prov, container, provider, prov_type, flags);
|
| }
|
|
|
| -} // namespace base
|
| +} // namespace crypto
|
|
|