Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll nearby-connections from 32e6fc3c4262 to 41ba8c8a14a8 (1 revision)
https://chromium.googlesource.com/external/github.com/google/nearby-connections.git/+log/32e6fc3c4262..41ba8c8a14a8 2022-10-25 hais@google.com Convert `#include <xstring>` to `#include <string>` in nearby files. > `<xstring>` is the MSVC internal implementation file for string. This makes it contingent on the MSVC STL. > > `<string>` provides the same declarations, but does not expose the MSVC-specific implementation details. This implementation is guaranteed to meet the C++ standard exactly. > > This change updates includes of `<xstring>` to be includes of `<string>`. > > PiperOrigin-RevId: 483696244 > If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/nearby-connections-chromium Please CC chromeos-cross-device-eng+autoroll@google.com,jonfan@google.com,nearby-chromeos-eng+autoroll@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-nearby-chrome-fyi Bug: None Tbr: chromeos-cross-device-eng+autoroll@google.com,jonfan@google.com,nearby-chromeos-eng+autoroll@google.com Change-Id: Id6104816438598c61bb8990784672c3b9923492a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3978292 Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1063436}
- Loading branch information