Index: crypto/rsa_private_key_win.cc |
=================================================================== |
--- crypto/rsa_private_key_win.cc (revision 79901) |
+++ crypto/rsa_private_key_win.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/rsa_private_key.h" |
+#include "crypto/rsa_private_key.h" |
#include <list> |
@@ -19,7 +19,7 @@ |
} |
} // namespace |
-namespace base { |
+namespace crypto { |
// static |
RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) { |
@@ -226,4 +226,4 @@ |
return true; |
} |
-} // namespace base |
+} // namespace crypto |