mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Patch recent cls from nearby_connections;
Sync github to replace nearby_connections with nearby. PiperOrigin-RevId: 411609608
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user