Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: components/cryptauth/wire_message_unittest.cc

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Rebase. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698