Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / browser / psl_matching_helper_unittest.cc
index 4fa2bbd..2ac80fb 100644 (file)
@@ -8,6 +8,10 @@
 #include "components/autofill/core/common/password_form.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
+namespace password_manager {
+
+namespace {
+
 TEST(PSLMatchingUtilsTest, IsPublicSuffixDomainMatch) {
   struct TestPair {
     const char* url1;
@@ -36,3 +40,7 @@ TEST(PSLMatchingUtilsTest, IsPublicSuffixDomainMatch) {
         << ", second URL = " << pairs[i].url2;
   }
 }
+
+}  // namespace
+
+}  // namespace password_manager