| Index: components/proximity_auth/wire_message.cc
|
| diff --git a/components/proximity_auth/wire_message.cc b/components/proximity_auth/wire_message.cc
|
| index 5b64da9eac7b4372d0d727f1af47142c5657ad26..3e0c364deaddba27a12173921df04818ec9c50ab 100644
|
| --- a/components/proximity_auth/wire_message.cc
|
| +++ b/components/proximity_auth/wire_message.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/values.h"
|
| -#include "components/proximity_auth/base64url.h"
|
| +#include "components/proximity_auth/cryptauth/base64url.h"
|
|
|
| // The wire messages have a simple format:
|
| // [ message version ] [ body length ] [ JSON body ]
|
|
|