From a9adb87b535cc5bd2edff0db4d31dd91085c35cd Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 19 Sep 2024 11:45:12 -0700 Subject: [PATCH] Update filename in IfThisThenThat Lint PiperOrigin-RevId: 676501755 --- .../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 906de34c..b5358369 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)