diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 17:46:09 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 17:46:09 +0000 |
commit | abe981f1b39e954f8cfef0e34017aa0ec436c2cf (patch) | |
tree | 487e5a3ade9cecbdc06509d26354192514c2de59 /crypto | |
parent | 14697dbadb0140b532d74a4ed77ceaf93652a2b3 (diff) | |
download | chromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.zip chromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.tar.gz chromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.tar.bz2 |
Add crypto to the list of "all" projects.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6850032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/rsa_private_key_nss_unittest.cc | 2 | ||||
-rw-r--r-- | crypto/run_all_unittests.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rsa_private_key_nss_unittest.cc b/crypto/rsa_private_key_nss_unittest.cc index d3370fa..0ec801d 100644 --- a/crypto/rsa_private_key_nss_unittest.cc +++ b/crypto/rsa_private_key_nss_unittest.cc @@ -8,7 +8,7 @@ #include <pk11pub.h> #include "base/memory/scoped_ptr.h" -#include "base/nss_util.h" +#include "crypto/nss_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace crypto { diff --git a/crypto/run_all_unittests.cc b/crypto/run_all_unittests.cc index 6f37e66..9b6fc467 100644 --- a/crypto/run_all_unittests.cc +++ b/crypto/run_all_unittests.cc @@ -9,7 +9,7 @@ int main(int argc, char** argv) { #if defined(USE_NSS) // This is most likely not needed, but it basically replaces a similar call // that was performed on test_support_base. - TODO(rvargas) Bug 79359: remove this. + // TODO(rvargas) Bug 79359: remove this. crypto::EnsureNSSInit(); #endif // defined(USE_NSS) |