[cr140] favicon_reencode.h header under new path

Chromium changes:
https://chromium.googlesource.com/chromium/src/+/7537def946321cdd2c95ef3d91b0eff0df5b09fa

commit 7537def946321cdd2c95ef3d91b0eff0df5b09fa
Author: Filipa Senra <fsenra@google.com>
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 <fsenra@google.com>
    Reviewed-by: Mikel Astiz <mastiz@chromium.org>
    Reviewed-by: Colin Blundell <blundell@chromium.org>
    Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1483066}
This commit is contained in:
Claudio DeSouza
2025-08-19 19:54:20 +01:00
parent 380f818c92
commit e4eec4ded1
+1 -1
View File
@@ -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"