Index: components/cryptauth/wire_message.h |
diff --git a/components/proximity_auth/wire_message.h b/components/cryptauth/wire_message.h |
similarity index 89% |
rename from components/proximity_auth/wire_message.h |
rename to components/cryptauth/wire_message.h |
index 4f03996c2580b726d7f72f3f4eb477fa6c366cb0..b69146223585f72de8290d594082897b017a52a9 100644 |
--- a/components/proximity_auth/wire_message.h |
+++ b/components/cryptauth/wire_message.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_PROXIMITY_AUTH_WIRE_MESSAGE_H |
-#define COMPONENTS_PROXIMITY_AUTH_WIRE_MESSAGE_H |
+#ifndef COMPONENTS_CRYPTAUTH_WIRE_MESSAGE_H |
+#define COMPONENTS_CRYPTAUTH_WIRE_MESSAGE_H |
#include <memory> |
#include <string> |
#include "base/macros.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
class WireMessage { |
public: |
@@ -50,6 +50,6 @@ class WireMessage { |
DISALLOW_COPY_AND_ASSIGN(WireMessage); |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
-#endif // COMPONENTS_PROXIMITY_AUTH_WIRE_MESSAGE_H |
+#endif // COMPONENTS_CRYPTAUTH_WIRE_MESSAGE_H |