From 81148a8b72c51cf10d8b3dc4b1bb2ef397a5df74 Mon Sep 17 00:00:00 2001 From: Eiden Kim Date: Wed, 9 Oct 2024 11:53:15 -0700 Subject: [PATCH] Update wstring converter PiperOrigin-RevId: 684119260 --- internal/platform/implementation/windows/file_path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/implementation/windows/file_path.cc b/internal/platform/implementation/windows/file_path.cc index 1ff6942e..3e3c5061 100644 --- a/internal/platform/implementation/windows/file_path.cc +++ b/internal/platform/implementation/windows/file_path.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022-2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.