Skip to content

Commit

Permalink
Update url from Chromium 114.0.5735.358
Browse files Browse the repository at this point in the history
Issue: 326748668
Reviewed-on: #3058
  • Loading branch information
dahlstrom-g committed Apr 26, 2024
2 parents eda5bd8 + 3a15bfa commit c0dfb97
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions url/METADATA
Expand Up @@ -5,12 +5,12 @@ description:
third_party {
identifier {
type: "ChromiumVersion"
value: "114.0.5735.331" # from https://chromereleases.googleblog.com/2023/08/long-term-support-channel-update-for_23.html
value: "114.0.5735.358" # from https://chromereleases.googleblog.com/2024/03/long-term-support-channel-update-for_26.html
}
identifier {
type: "Git"
value: "https://chromium.googlesource.com/chromium/src.git"
version: "fed499399d3f44d3a7957549d493bf30a5d8c867"
version: "1759c6ae9316996b9f150c0ce9d0ca78a3d15c02"
}
identifier {
type: "UpstreamSubdir"
Expand Down
1 change: 0 additions & 1 deletion url/scheme_host_port_unittest.cc
Expand Up @@ -9,7 +9,6 @@

#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/scheme_host_port.h"
#include "url/url_util.h"

namespace {
Expand Down
1 change: 0 additions & 1 deletion url/url_canon_icu_unittest.cc
Expand Up @@ -11,7 +11,6 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/icu/source/common/unicode/ucnv.h"
#include "url/url_canon.h"
#include "url/url_canon_icu.h"
#include "url/url_canon_stdstring.h"
#include "url/url_test_utils.h"

Expand Down
1 change: 0 additions & 1 deletion url/url_util_unittest.cc
Expand Up @@ -15,7 +15,6 @@
#include "url/url_canon.h"
#include "url/url_canon_stdstring.h"
#include "url/url_test_utils.h"
#include "url/url_util.h"

namespace url {

Expand Down

0 comments on commit c0dfb97

Please sign in to comment.