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

Unified Diff: chrome/browser/sync/test/integration/two_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/two_client_wifi_credentials_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc b/chrome/browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc
index b18506bf172c319b08c88c1980df866033fe8b35..8c1b664301faaad2f88082bde97b89eb77316609 100644
--- a/chrome/browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc
@@ -10,12 +10,12 @@
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "chrome/browser/sync/test/integration/wifi_credentials_helper.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 TwoClientWifiCredentialsSyncTest : public SyncTest {
public:
@@ -56,7 +56,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientWifiCredentialsSyncTest, 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_a_index = 0;

Powered by Google App Engine
This is Rietveld 408576698