Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3559)

Unified Diff: chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc

Issue 2463463004: [Sync] Rename wifi_sync to sync_wifi. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc
diff --git a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc
index 5d5327a2a14276932ce7245284c0dcb77ba637e3..705ae8493a161370ef1c29428e8afe1107c44a12 100644
--- a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc
+++ b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc
@@ -19,13 +19,13 @@
#include "chromeos/network/network_handler.h"
#include "chromeos/network/network_state_handler.h"
#include "components/onc/onc_constants.h"
-#include "components/wifi_sync/network_state_helper_chromeos.h"
-#include "components/wifi_sync/wifi_credential_syncable_service_factory.h"
+#include "components/sync_wifi/network_state_helper_chromeos.h"
+#include "components/sync_wifi/wifi_credential_syncable_service_factory.h"
#include "content/public/browser/browser_context.h"
-using wifi_sync::WifiCredential;
+using sync_wifi::WifiCredential;
-using WifiCredentialSet = wifi_sync::WifiCredential::CredentialSet;
+using WifiCredentialSet = sync_wifi::WifiCredential::CredentialSet;
namespace wifi_credentials_helper {
@@ -78,7 +78,7 @@ GetManagedNetworkConfigurationHandler() {
namespace chromeos {
void SetUpChromeOs() {
- wifi_sync::WifiCredentialSyncableServiceFactory::GetInstance()
+ sync_wifi::WifiCredentialSyncableServiceFactory::GetInstance()
->set_ignore_login_state_for_test(true);
}
@@ -118,7 +118,7 @@ void AddWifiCredentialToProfileChromeOs(
WifiCredentialSet GetWifiCredentialsForProfileChromeOs(
const content::BrowserContext* browser_context) {
DCHECK(browser_context);
- return wifi_sync::GetWifiCredentialsForShillProfile(
+ return sync_wifi::GetWifiCredentialsForShillProfile(
GetNetworkStateHandler(),
ShillProfilePathForBrowserContext(*browser_context));
}
« no previous file with comments | « chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698