| Index: crypto/signature_creator_win.cc
|
| ===================================================================
|
| --- crypto/signature_creator_win.cc (revision 79901)
|
| +++ crypto/signature_creator_win.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/crypto/signature_creator.h"
|
| +#include "crypto/signature_creator.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| -namespace base {
|
| +namespace crypto {
|
|
|
| // static
|
| SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) {
|
| @@ -57,4 +57,4 @@
|
| return true;
|
| }
|
|
|
| -} // namespace base
|
| +} // namespace crypto
|
|
|