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

Unified Diff: components/cryptauth/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/connection.h
diff --git a/components/proximity_auth/connection.h b/components/cryptauth/connection.h
similarity index 94%
rename from components/proximity_auth/connection.h
rename to components/cryptauth/connection.h
index f66e831cbddf2507e54e7052355657342bea000b..5daba54fe782dd5a01ab2000c06df34b64aa143e 100644
--- a/components/proximity_auth/connection.h
+++ b/components/cryptauth/connection.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
-#define COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
+#ifndef COMPONENTS_CRYPTAUTH_CONNECTION_H
+#define COMPONENTS_CRYPTAUTH_CONNECTION_H
#include <memory>
@@ -12,7 +12,7 @@
#include "base/observer_list.h"
#include "components/cryptauth/remote_device.h"
-namespace proximity_auth {
+namespace cryptauth {
class ConnectionObserver;
class WireMessage;
@@ -112,6 +112,6 @@ class Connection {
DISALLOW_COPY_AND_ASSIGN(Connection);
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_CONNECTION_H
+#endif // COMPONENTS_CRYPTAUTH_CONNECTION_H

Powered by Google App Engine
This is Rietveld 408576698