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

Unified Diff: components/cryptauth/fake_connection.h

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/fake_connection.h
diff --git a/components/proximity_auth/fake_connection.h b/components/cryptauth/fake_connection.h
similarity index 84%
rename from components/proximity_auth/fake_connection.h
rename to components/cryptauth/fake_connection.h
index 5bfe3fbc5ffe34e1cb45ad4377fd0a30a638f8f5..0f8867e5a853922e571c7982da18c25373724526 100644
--- a/components/proximity_auth/fake_connection.h
+++ b/components/cryptauth/fake_connection.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
-#define COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
+#ifndef COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H
+#define COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H
#include "base/macros.h"
-#include "components/proximity_auth/connection.h"
+#include "components/cryptauth/connection.h"
-namespace proximity_auth {
+namespace cryptauth {
// A fake implementation of Connection to use in tests.
class FakeConnection : public Connection {
@@ -49,6 +49,6 @@ class FakeConnection : public Connection {
DISALLOW_COPY_AND_ASSIGN(FakeConnection);
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_FAKE_CONNECTION_H
+#endif // COMPONENTS_CRYPTAUTH_FAKE_CONNECTION_H

Powered by Google App Engine
This is Rietveld 408576698