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
@@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#import "third_party/nearby_connections/cpp/platform/impl/ios/Source/Internal/GNCUtils.h"
#import "third_party/nearby/cpp/platform/impl/ios/Source/Internal/GNCUtils.h"
#include "third_party/nearby_connections/cpp/core/strategy.h"
#import "third_party/nearby_connections/cpp/platform/impl/ios/Source/GNCAdvertiser.h"
#import "third_party/nearby_connections/cpp/platform/impl/ios/Source/GNCConnection.h"
#include "third_party/nearby/cpp/core/strategy.h"
#import "third_party/nearby/cpp/platform/impl/ios/Source/GNCAdvertiser.h"
#import "third_party/nearby/cpp/platform/impl/ios/Source/GNCConnection.h"
NS_ASSUME_NONNULL_BEGIN