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

Unified Diff: chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.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
Index: chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
index b6a32dc5676eea7f0752950228054bd2dd492a68..11626f68bc8c57f4b3889cffb0883f0815b08119 100644
--- a/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc
@@ -11,12 +11,12 @@
#include "chrome/browser/sync/test/integration/wifi_credentials_helper.h"
#include "chrome/common/chrome_switches.h"
#include "components/browser_sync/browser_sync_switches.h"
-#include "components/wifi_sync/wifi_credential.h"
-#include "components/wifi_sync/wifi_security_class.h"
+#include "components/sync_wifi/wifi_credential.h"
+#include "components/sync_wifi/wifi_security_class.h"
-using wifi_sync::WifiCredential;
+using sync_wifi::WifiCredential;
-using WifiCredentialSet = wifi_sync::WifiCredential::CredentialSet;
+using WifiCredentialSet = sync_wifi::WifiCredential::CredentialSet;
class SingleClientWifiCredentialsSyncTest : public SyncTest {
public:
@@ -57,7 +57,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientWifiCredentialsSyncTest, SingleCredential) {
const char ssid[] = "fake-ssid";
std::unique_ptr<WifiCredential> credential =
wifi_credentials_helper::MakeWifiCredential(
- ssid, wifi_sync::SECURITY_CLASS_PSK, "fake_passphrase");
+ ssid, sync_wifi::SECURITY_CLASS_PSK, "fake_passphrase");
ASSERT_TRUE(credential);
const size_t profile_index = 0;

Powered by Google App Engine
This is Rietveld 408576698