Index: base/crypto/rsa_private_key_unittest.cc |
diff --git a/base/crypto/rsa_private_key_unittest.cc b/base/crypto/rsa_private_key_unittest.cc |
index 3b0d8463a60f5a0595b4714f712b00a394408ed2..36ce292596cfb5f30ae425884af1e7b2da0ab763 100644 |
--- a/base/crypto/rsa_private_key_unittest.cc |
+++ b/base/crypto/rsa_private_key_unittest.cc |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
#include "base/crypto/rsa_private_key.h" |
-#include "base/scoped_ptr.h" |
+#include "base/memory/scoped_ptr.h" |
#include "testing/gtest/include/gtest/gtest.h" |
// Generate random private keys with two different sizes. Reimport, then |