| Index: components/sync_wifi/network_state_helper_chromeos.h
|
| diff --git a/components/wifi_sync/network_state_helper_chromeos.h b/components/sync_wifi/network_state_helper_chromeos.h
|
| similarity index 68%
|
| rename from components/wifi_sync/network_state_helper_chromeos.h
|
| rename to components/sync_wifi/network_state_helper_chromeos.h
|
| index 5163ee3e105d90fdeff1b031b77191a7ba27940d..5dc0220e0755446e4ab4f9e00c4e3c1a941c3cb9 100644
|
| --- a/components/wifi_sync/network_state_helper_chromeos.h
|
| +++ b/components/sync_wifi/network_state_helper_chromeos.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
|
| -#define COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
|
| +#ifndef COMPONENTS_SYNC_WIFI_NETWORK_STATE_HELPER_CHROMEOS_H_
|
| +#define COMPONENTS_SYNC_WIFI_NETWORK_STATE_HELPER_CHROMEOS_H_
|
|
|
| #include <string>
|
|
|
| -#include "components/wifi_sync/wifi_credential.h"
|
| +#include "components/sync_wifi/wifi_credential.h"
|
|
|
| namespace chromeos {
|
| class NetworkStateHandler;
|
| }
|
|
|
| -namespace wifi_sync {
|
| +namespace sync_wifi {
|
|
|
| // Returns a platform-agnostic representation of the ChromeOS network
|
| // configuration state. The configuration state is filtered, so that
|
| @@ -22,6 +22,6 @@ WifiCredential::CredentialSet GetWifiCredentialsForShillProfile(
|
| chromeos::NetworkStateHandler* network_state_handler,
|
| const std::string& shill_profile_path);
|
|
|
| -} // namespace wifi_sync
|
| +} // namespace sync_wifi
|
|
|
| -#endif // COMPONENTS_WIFI_SYNC_NETWORK_STATE_HELPER_CHROMEOS_H_
|
| +#endif // COMPONENTS_SYNC_WIFI_NETWORK_STATE_HELPER_CHROMEOS_H_
|
|
|