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

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

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/wifi_credentials_helper_chromeos.h
diff --git a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
index 834e37e4e7bf179a4d91baa930c282e93a11a821..d86c7298e700fd382280281870a7386707211fc3 100644
--- a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
+++ b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_WIFI_CREDENTIALS_HELPER_CHROMEOS_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_WIFI_CREDENTIALS_HELPER_CHROMEOS_H_
-#include "components/wifi_sync/wifi_credential.h"
+#include "components/sync_wifi/wifi_credential.h"
namespace content {
class BrowserContext;
@@ -28,10 +28,10 @@ void SetupClientForProfileChromeOs(
// corresponds to |browser_context|.
void AddWifiCredentialToProfileChromeOs(
const content::BrowserContext* browser_context,
- const wifi_sync::WifiCredential& credential);
+ const sync_wifi::WifiCredential& credential);
// Returns the ChromeOS WiFi credentials associated with |browser_context|.
-wifi_sync::WifiCredential::CredentialSet GetWifiCredentialsForProfileChromeOs(
+sync_wifi::WifiCredential::CredentialSet GetWifiCredentialsForProfileChromeOs(
const content::BrowserContext* profile);
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698