From e4eec4ded1b9412beec55cb0b649ecf81bec1802 Mon Sep 17 00:00:00 2001 From: Claudio DeSouza Date: Tue, 8 Jul 2025 14:13:34 +0100 Subject: [PATCH] [cr140] `favicon_reencode.h` header under new path Chromium changes: https://chromium.googlesource.com/chromium/src/+/7537def946321cdd2c95ef3d91b0eff0df5b09fa commit 7537def946321cdd2c95ef3d91b0eff0df5b09fa Author: Filipa Senra Date: Mon Jul 7 02:56:15 2025 -0700 [safari-import] Implement ContentBookmarkParser This CL implements the ContentBookmarkParser by simply moving the code of BookmarkHTMLReader. A follow up CL will refractor the original BookmarkHTMLReader code so it better fits the new architecture. Bug: 407587751, 414604427 Change-Id: I50cc66f0528800b3748522bea4d908fe6743db18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6680478 Commit-Queue: Filipa Senra Reviewed-by: Mikel Astiz Reviewed-by: Colin Blundell Reviewed-by: Rakina Zata Amni Cr-Commit-Position: refs/heads/main@{#1483066} --- utility/importer/chrome_importer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/importer/chrome_importer.cc b/utility/importer/chrome_importer.cc index dd300a93fae..410dc1cee78 100644 --- a/utility/importer/chrome_importer.cc +++ b/utility/importer/chrome_importer.cc @@ -20,7 +20,6 @@ #include "brave/utility/importer/brave_external_process_importer_bridge.h" #include "build/build_config.h" #include "chrome/common/importer/importer_bridge.h" -#include "chrome/utility/importer/favicon_reencode.h" #include "components/os_crypt/sync/os_crypt.h" #include "components/password_manager/core/browser/password_form.h" #include "components/password_manager/core/browser/password_store/login_database.h" @@ -30,6 +29,7 @@ #include "components/user_data_importer/common/imported_bookmark_entry.h" #include "components/user_data_importer/common/importer_data_types.h" #include "components/user_data_importer/common/importer_url_row.h" +#include "components/user_data_importer/content/favicon_reencode.h" #include "components/webdata/common/webdata_constants.h" #include "sql/database.h" #include "sql/statement.h"