Files
brave-core/patches/components-component_updater-component_updater_service.h.patch
T

21 lines
968 B
Diff

diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
index d8d54fa1b2475717cdb793f63012530fc43ed663..833ea30e3ff93f8e2dd73af474fc082b70636ead 100644
--- a/components/component_updater/component_updater_service.h
+++ b/components/component_updater/component_updater_service.h
@@ -203,6 +203,7 @@ class ComponentUpdateService {
friend class screen_ai::ScreenAIDownloaderNonChromeOS;
friend class speech::SodaInstallerImpl;
friend class ::ComponentsHandler;
+ BRAVE_COMPONENT_UPDATER_SERVICE_H_
FRIEND_TEST_ALL_PREFIXES(ComponentInstallerTest, RegisterComponent);
FRIEND_TEST_ALL_PREFIXES(ComponentUpdaterTest, UpdatesDisabled);
};
@@ -217,6 +218,7 @@ class OnDemandUpdater {
enum class Priority { BACKGROUND = 0, FOREGROUND = 1 };
virtual ~OnDemandUpdater() = default;
+ BRAVE_COMPONENT_UPDATER_SERVICE_H_ON_DEMAND_UPDATER
private:
friend class OnDemandTester;