aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_factory_test.cc
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2017-05-25 21:41:05 -0700
committerThai Duong <thaidn@google.com>2017-05-26 10:03:57 -0700
commit2675d26052f185611c4d9d6fd6535db67bdc4763 (patch)
tree98ed1266a67e821b6d68f4911f47a63ac18729bc /cc/mac/mac_factory_test.cc
parent52402180aacd24e3d3ed994f8acf502cc39fa01f (diff)
downloadtink-2675d26052f185611c4d9d6fd6535db67bdc4763.tar.gz
Move C++ to google::crypto::tink.
Change-Id: I115b64a1d4a3e4eadb330ed707c9206efd42ae31 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 58c9c7744df883bbbe906d3928027607208a7d1a
Diffstat (limited to 'cc/mac/mac_factory_test.cc')
-rw-r--r--cc/mac/mac_factory_test.cc20
1 files changed, 9 insertions, 11 deletions
diff --git a/cc/mac/mac_factory_test.cc b/cc/mac/mac_factory_test.cc
index 079edc339..02dd5a558 100644
--- a/cc/mac/mac_factory_test.cc
+++ b/cc/mac/mac_factory_test.cc
@@ -26,16 +26,15 @@
#include "proto/hmac.pb.h"
#include "proto/tink.pb.h"
-using cloud::crypto::tink::test::AddRawKey;
-using cloud::crypto::tink::test::AddTinkKey;
-using google::cloud::crypto::tink::HashType;
-using google::cloud::crypto::tink::HmacKeyFormat;
-using google::cloud::crypto::tink::KeyData;
-using google::cloud::crypto::tink::Keyset;
-using google::cloud::crypto::tink::KeyStatusType;
-using google::cloud::crypto::tink::KeyTemplate;
-
-namespace cloud {
+using crypto::tink::test::AddRawKey;
+using crypto::tink::test::AddTinkKey;
+using google::crypto::tink::HashType;
+using google::crypto::tink::HmacKeyFormat;
+using google::crypto::tink::KeyData;
+using google::crypto::tink::Keyset;
+using google::crypto::tink::KeyStatusType;
+using google::crypto::tink::KeyTemplate;
+
namespace crypto {
namespace tink {
namespace {
@@ -135,7 +134,6 @@ TEST_F(MacFactoryTest, testPrimitive) {
} // namespace
} // namespace tink
} // namespace crypto
-} // namespace cloud
int main(int ac, char* av[]) {