| Index: components/cryptauth/cryptauth_gcm_manager_impl.h
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h b/components/cryptauth/cryptauth_gcm_manager_impl.h
|
| similarity index 95%
|
| rename from components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
|
| rename to components/cryptauth/cryptauth_gcm_manager_impl.h
|
| index 6bf93f05a273bd8be1f33fa4d9babfd8a5571a7a..e5fb835c9df38bef4fd219f4e020fd4595b45ccd 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
|
| +++ b/components/cryptauth/cryptauth_gcm_manager_impl.h
|
| @@ -8,10 +8,10 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| +#include "components/cryptauth/cryptauth_gcm_manager.h"
|
| #include "components/gcm_driver/common/gcm_messages.h"
|
| #include "components/gcm_driver/gcm_app_handler.h"
|
| #include "components/gcm_driver/gcm_client.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h"
|
|
|
| class PrefService;
|
|
|
| @@ -19,7 +19,7 @@ namespace gcm {
|
| class GCMDriver;
|
| };
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Implementation of CryptAuthGCMManager.
|
| class CryptAuthGCMManagerImpl : public CryptAuthGCMManager,
|
| @@ -75,6 +75,6 @@ class CryptAuthGCMManagerImpl : public CryptAuthGCMManager,
|
| DISALLOW_COPY_AND_ASSIGN(CryptAuthGCMManagerImpl);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_GCM_MANAGER_IMPL_H
|
|
|