diff --git a/Client/Frontend/Browser/BrowserViewController/BrowserViewController+CookieNotificationBlocking.swift b/Client/Frontend/Browser/BrowserViewController/BrowserViewController+CookieNotificationBlocking.swift index d5387a206ac..161e7546c8f 100644 --- a/Client/Frontend/Browser/BrowserViewController/BrowserViewController+CookieNotificationBlocking.swift +++ b/Client/Frontend/Browser/BrowserViewController/BrowserViewController+CookieNotificationBlocking.swift @@ -8,6 +8,7 @@ import SwiftUI import BraveUI import BraveShared import Data +import Onboarding extension BrowserViewController { func presentCookieNotificationBlockingCalloutIfNeeded() { diff --git a/Sources/Onboarding/OnboardingPreferences.swift b/Sources/Onboarding/OnboardingPreferences.swift index 757d13e7284..eb0239f5ff5 100644 --- a/Sources/Onboarding/OnboardingPreferences.swift +++ b/Sources/Onboarding/OnboardingPreferences.swift @@ -39,7 +39,7 @@ extension Preferences { extension Preferences { public final class FullScreenCallout { /// Whether the block cookie consent notices callout is shown. - static let blockCookieConsentNoticesCalloutCompleted = Option( + public static let blockCookieConsentNoticesCalloutCompleted = Option( key: "fullScreenCallout.full-screen-cookie-consent-notices-callout-completed", default: false)