Index: components/cryptauth/wire_message_unittest.cc |
diff --git a/components/proximity_auth/wire_message_unittest.cc b/components/cryptauth/wire_message_unittest.cc |
similarity index 98% |
rename from components/proximity_auth/wire_message_unittest.cc |
rename to components/cryptauth/wire_message_unittest.cc |
index 0faed4019f8804b9817844351aea8cb87251b0a9..84dc625f70288b4088297fc72a8d8c7adbb7d6c0 100644 |
--- a/components/proximity_auth/wire_message_unittest.cc |
+++ b/components/cryptauth/wire_message_unittest.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/proximity_auth/wire_message.h" |
+#include "components/cryptauth/wire_message.h" |
#include <stdint.h> |
#include "base/strings/string_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
TEST(ProximityAuthWireMessage, Deserialize_EmptyMessage) { |
bool is_incomplete; |
@@ -235,4 +235,4 @@ TEST(ProximityAuthWireMessage, Serialize_FailsWithoutPayload) { |
EXPECT_TRUE(bytes.empty()); |
} |
-} // namespace proximity_auth |
+} // namespace cryptauth |