From f25a8c406c294e0960fcb7a311f79613c1faedc1 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 18 Sep 2024 17:18:07 -0700 Subject: [PATCH] Not related, this is required bc of its diffbase PiperOrigin-RevId: 676190835 --- .../local_device_data/nearby_share_local_device_data_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharing/local_device_data/nearby_share_local_device_data_manager.cc b/sharing/local_device_data/nearby_share_local_device_data_manager.cc index 906de34c07..b535836900 100644 --- a/sharing/local_device_data/nearby_share_local_device_data_manager.cc +++ b/sharing/local_device_data/nearby_share_local_device_data_manager.cc @@ -24,7 +24,7 @@ namespace sharing { // LINT.IfChange(sharing_max_name_length_bytes) const size_t kNearbyShareDeviceNameMaxLength = 32; // LINT.ThenChange( -// //depot/google3/location/nearby/apps/better_together/windows/nearby_share/testing/functional/quick_share_transfer_api_test.py:sharing_max_name_length_bytes, +// //depot/google3/location/nearby/apps/better_together/windows/nearby_share/testing/functional/quick_share_transfer_without_login_api_test.py:sharing_max_name_length_bytes, // //depot/google3/location/nearby/testing/nearby_native/client_windows/nearby_sharing_snippet.cc:sharing_max_name_length_bytes, // //depot/google3/java/com/google/android/gmscore/integ/modules/nearby/src/com/google/android/gms/nearby/sharing/res/values/ints.xml:sharing_max_name_length_bytes, // //depot/google3/javatests/com/google/android/gmscore/integ/modules/nearby/mobly/snippets/sharing/SharingClientSnippet.java:sharing_max_name_length_bytes)