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 |