| Index: components/sync_wifi/wifi_credential_syncable_service_factory.h
|
| diff --git a/components/wifi_sync/wifi_credential_syncable_service_factory.h b/components/sync_wifi/wifi_credential_syncable_service_factory.h
|
| similarity index 90%
|
| rename from components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| rename to components/sync_wifi/wifi_credential_syncable_service_factory.h
|
| index 38367b24592f5549602c77cbaa80e771c325d2f8..3b001cd5c5cc588c4b1aadc3b34db4a68a203ce5 100644
|
| --- a/components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| +++ b/components/sync_wifi/wifi_credential_syncable_service_factory.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_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
| -#define COMPONENTS_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
| +#ifndef COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
| +#define COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
|
|
| #include <memory>
|
|
|
| @@ -16,7 +16,7 @@ namespace content {
|
| class BrowserContext;
|
| }
|
|
|
| -namespace wifi_sync {
|
| +namespace sync_wifi {
|
|
|
| class WifiConfigDelegate;
|
| class WifiCredentialSyncableService;
|
| @@ -72,6 +72,6 @@ class WifiCredentialSyncableServiceFactory
|
| DISALLOW_COPY_AND_ASSIGN(WifiCredentialSyncableServiceFactory);
|
| };
|
|
|
| -} // namespace wifi_sync
|
| +} // namespace sync_wifi
|
|
|
| -#endif // COMPONENTS_WIFI_SYNC_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
| +#endif // COMPONENTS_SYNC_WIFI_WIFI_CREDENTIAL_SYNCABLE_SERVICE_FACTORY_H_
|
|
|