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

Unified Diff: components/cryptauth/connection_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/connection_unittest.cc
diff --git a/components/proximity_auth/connection_unittest.cc b/components/cryptauth/connection_unittest.cc
similarity index 97%
rename from components/proximity_auth/connection_unittest.cc
rename to components/cryptauth/connection_unittest.cc
index c39857cb11d3932879208082c68a14f25e411f31..82e09c2e9572525895ab078444ed93eff292840d 100644
--- a/components/proximity_auth/connection_unittest.cc
+++ b/components/cryptauth/connection_unittest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/connection.h"
+#include "components/cryptauth/connection.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
+#include "components/cryptauth/connection_observer.h"
#include "components/cryptauth/remote_device.h"
-#include "components/proximity_auth/connection_observer.h"
-#include "components/proximity_auth/wire_message.h"
+#include "components/cryptauth/wire_message.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -19,7 +19,7 @@ using testing::Return;
using testing::SetArgPointee;
using testing::StrictMock;
-namespace proximity_auth {
+namespace cryptauth {
namespace {
class MockConnection : public Connection {
@@ -243,4 +243,4 @@ TEST(ProximityAuthConnectionTest,
connection.OnBytesReceived(std::string());
}
-} // namespace proximity_auth
+} // namespace cryptauth

Powered by Google App Engine
This is Rietveld 408576698