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

Unified Diff: components/cryptauth/connection_observer.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_observer.h
diff --git a/components/proximity_auth/connection_observer.h b/components/cryptauth/connection_observer.h
similarity index 81%
rename from components/proximity_auth/connection_observer.h
rename to components/cryptauth/connection_observer.h
index 7611ee33d225aea65ed58f4976cd35c5fe11408e..9292e48a813fb3483ed792d90d7dae7eaca20a58 100644
--- a/components/proximity_auth/connection_observer.h
+++ b/components/cryptauth/connection_observer.h
@@ -2,12 +2,12 @@
// 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_OBSERVER_H
-#define COMPONENTS_PROXIMITY_AUTH_CONNECTION_OBSERVER_H
+#ifndef COMPONENTS_CRYPTAUTH_CONNECTION_OBSERVER_H
+#define COMPONENTS_CRYPTAUTH_CONNECTION_OBSERVER_H
-#include "components/proximity_auth/connection.h"
+#include "components/cryptauth/connection.h"
-namespace proximity_auth {
+namespace cryptauth {
class WireMessage;
@@ -34,6 +34,6 @@ class ConnectionObserver {
bool success) {}
};
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_CONNECTION_OBSERVER_H
+#endif // COMPONENTS_CRYPTAUTH_CONNECTION_OBSERVER_H

Powered by Google App Engine
This is Rietveld 408576698