Patch recent cls from nearby_connections;

Sync github to replace nearby_connections with nearby.

PiperOrigin-RevId: 411609608
This commit is contained in:
hais
2021-11-22 11:38:39 -08:00
committed by Copybara-Service
parent b829cd62c4
commit a192cd3e32
93 changed files with 4596 additions and 4598 deletions
@@ -14,8 +14,8 @@
#import <XCTest/XCTest.h>
#include "third_party/nearby_connections/cpp/platform/api/crypto.h"
#include "third_party/nearby_connections/cpp/platform/base/byte_array.h"
#include "third_party/nearby/cpp/platform/api/crypto.h"
#include "third_party/nearby/cpp/platform/base/byte_array.h"
@interface GNCCryptoTest : XCTestCase
@end
@@ -14,9 +14,9 @@
#import <XCTest/XCTest.h>
#import "third_party/nearby_connections/cpp/platform/base/byte_array.h"
#import "third_party/nearby_connections/cpp/platform/base/exception.h"
#import "third_party/nearby_connections/cpp/platform/impl/ios/Source/Platform/input_file.h"
#import "third_party/nearby/cpp/platform/base/byte_array.h"
#import "third_party/nearby/cpp/platform/base/exception.h"
#import "third_party/nearby/cpp/platform/impl/ios/Source/Platform/input_file.h"
using ::location::nearby::ios::InputFile;
using ::location::nearby::ByteArray;
@@ -15,11 +15,11 @@
#import <XCTest/XCTest.h>
#include "third_party/absl/time/time.h"
#include "third_party/nearby_connections/cpp/platform/api/cancelable.h"
#include "third_party/nearby_connections/cpp/platform/api/executor.h"
#include "third_party/nearby_connections/cpp/platform/api/platform.h"
#include "third_party/nearby_connections/cpp/platform/api/submittable_executor.h"
#include "third_party/nearby_connections/cpp/platform/base/runnable.h"
#include "third_party/nearby/cpp/platform/api/cancelable.h"
#include "third_party/nearby/cpp/platform/api/executor.h"
#include "third_party/nearby/cpp/platform/api/platform.h"
#include "third_party/nearby/cpp/platform/api/submittable_executor.h"
#include "third_party/nearby/cpp/platform/base/runnable.h"
using location::nearby::Runnable;
using location::nearby::api::ImplementationPlatform;
@@ -15,11 +15,11 @@
#import <XCTest/XCTest.h>
#include "third_party/absl/time/time.h"
#include "third_party/nearby_connections/cpp/platform/api/cancelable.h"
#include "third_party/nearby_connections/cpp/platform/api/executor.h"
#include "third_party/nearby_connections/cpp/platform/api/platform.h"
#include "third_party/nearby_connections/cpp/platform/api/scheduled_executor.h"
#include "third_party/nearby_connections/cpp/platform/base/runnable.h"
#include "third_party/nearby/cpp/platform/api/cancelable.h"
#include "third_party/nearby/cpp/platform/api/executor.h"
#include "third_party/nearby/cpp/platform/api/platform.h"
#include "third_party/nearby/cpp/platform/api/scheduled_executor.h"
#include "third_party/nearby/cpp/platform/base/runnable.h"
using location::nearby::Runnable;
using location::nearby::api::ImplementationPlatform;
@@ -15,11 +15,11 @@
#import <XCTest/XCTest.h>
#include "third_party/absl/time/time.h"
#include "third_party/nearby_connections/cpp/platform/api/cancelable.h"
#include "third_party/nearby_connections/cpp/platform/api/executor.h"
#include "third_party/nearby_connections/cpp/platform/api/platform.h"
#include "third_party/nearby_connections/cpp/platform/api/submittable_executor.h"
#include "third_party/nearby_connections/cpp/platform/base/runnable.h"
#include "third_party/nearby/cpp/platform/api/cancelable.h"
#include "third_party/nearby/cpp/platform/api/executor.h"
#include "third_party/nearby/cpp/platform/api/platform.h"
#include "third_party/nearby/cpp/platform/api/submittable_executor.h"
#include "third_party/nearby/cpp/platform/base/runnable.h"
using location::nearby::Runnable;
using location::nearby::api::ImplementationPlatform;