| Index: chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/wifi_credentials_helper.cc b/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| index 3f5a11500102c6ebe42ff605033b6d49a1d36f73..b769df257c8edfff221f0e705af95b832ed9973d 100644
|
| --- a/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| @@ -10,20 +10,20 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| -#include "components/wifi_sync/wifi_credential_syncable_service.h"
|
| -#include "components/wifi_sync/wifi_credential_syncable_service_factory.h"
|
| +#include "components/sync_wifi/wifi_credential_syncable_service.h"
|
| +#include "components/sync_wifi/wifi_credential_syncable_service_factory.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h"
|
| #endif
|
|
|
| -using wifi_sync::WifiCredential;
|
| -using wifi_sync::WifiCredentialSyncableService;
|
| -using wifi_sync::WifiCredentialSyncableServiceFactory;
|
| -using wifi_sync::WifiSecurityClass;
|
| +using sync_wifi::WifiCredential;
|
| +using sync_wifi::WifiCredentialSyncableService;
|
| +using sync_wifi::WifiCredentialSyncableServiceFactory;
|
| +using sync_wifi::WifiSecurityClass;
|
| using sync_datatype_helper::test;
|
|
|
| -using WifiCredentialSet = wifi_sync::WifiCredential::CredentialSet;
|
| +using WifiCredentialSet = sync_wifi::WifiCredential::CredentialSet;
|
|
|
| namespace wifi_credentials_helper {
|
|
|
|
|