Change wifi_hotspot_credential.h to wifi_credential.h

PiperOrigin-RevId: 500223301
This commit is contained in:
hai007
2023-01-06 15:05:22 -08:00
committed by Copybara-Service
parent 3939ed4735
commit 32ace29ccf
8 changed files with 10 additions and 10 deletions
@@ -21,7 +21,7 @@
#include "absl/time/clock.h"
#include "internal/platform/medium_environment.h"
#include "internal/platform/wifi_hotspot.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
namespace connections {
+1 -1
View File
@@ -40,7 +40,7 @@ cc_library(
"runnable.h",
"socket.h",
"types.h",
"wifi_hotspot_credential.h",
"wifi_credential.h",
],
copts = ["-DCORE_ADAPTER_DLL"],
defines = ["NO_WEBRTC"],
@@ -22,7 +22,7 @@
#include "internal/platform/cancellation_flag.h"
#include "internal/platform/input_stream.h"
#include "internal/platform/output_stream.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
namespace api {
@@ -21,7 +21,7 @@
#include "internal/platform/input_stream.h"
#include "internal/platform/listeners.h"
#include "internal/platform/output_stream.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
namespace api {
+1 -1
View File
@@ -42,7 +42,7 @@
#include "internal/platform/mutex.h"
#include "internal/platform/nsd_service_info.h"
#include "internal/platform/single_thread_executor.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef PLATFORM_BASE_WIFI_HOTSPOT_CREDENTIAL_H_
#define PLATFORM_BASE_WIFI_HOTSPOT_CREDENTIAL_H_
#ifndef PLATFORM_BASE_WIFI_CREDENTIAL_H_
#define PLATFORM_BASE_WIFI_CREDENTIAL_H_
#include <string>
@@ -143,4 +143,4 @@ class WifiDirectCredentials {
} // namespace nearby
#endif // PLATFORM_BASE_WIFI_HOTSPOT_CREDENTIAL_H_
#endif // PLATFORM_BASE_WIFI_CREDENTIAL_H_
+1 -1
View File
@@ -29,7 +29,7 @@
#include "internal/platform/mutex.h"
#include "internal/platform/mutex_lock.h"
#include "internal/platform/output_stream.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
+1 -1
View File
@@ -23,7 +23,7 @@
#include "internal/platform/medium_environment.h"
#include "internal/platform/count_down_latch.h"
#include "internal/platform/logging.h"
#include "internal/platform/wifi_hotspot_credential.h"
#include "internal/platform/wifi_credential.h"
namespace nearby {
namespace {