diff --git a/Sources/Brave/Frontend/Browser/Tabs/TabTray/TabTrayController.swift b/Sources/Brave/Frontend/Browser/Tabs/TabTray/TabTrayController.swift index a8618b707d3..de17ff6f165 100644 --- a/Sources/Brave/Frontend/Browser/Tabs/TabTray/TabTrayController.swift +++ b/Sources/Brave/Frontend/Browser/Tabs/TabTray/TabTrayController.swift @@ -13,6 +13,7 @@ import Data import SnapKit import BraveUI import LocalAuthentication +import BraveShared protocol TabTrayDelegate: AnyObject { /// Notifies the delegate that order of tabs on tab tray has changed. diff --git a/Sources/Shared/DeviceOrientation.swift b/Sources/BraveShared/DeviceOrientation.swift similarity index 100% rename from Sources/Shared/DeviceOrientation.swift rename to Sources/BraveShared/DeviceOrientation.swift diff --git a/Sources/BraveWallet/WalletHostingViewController.swift b/Sources/BraveWallet/WalletHostingViewController.swift index 0fe5347617a..f6c03d4dc47 100644 --- a/Sources/BraveWallet/WalletHostingViewController.swift +++ b/Sources/BraveWallet/WalletHostingViewController.swift @@ -8,7 +8,7 @@ import SwiftUI import BraveCore import Combine import BraveUI -import Shared +import BraveShared /// Methods for handling actions that occur while the user is interacting with Brave Wallet that require /// some integration with the browser