@@ -30,32 +30,32 @@ import dagger.Module
30
30
interface AppBindsModule {
31
31
32
32
@Binds
33
- fun providesExitCleanup (delegatingExitCleanup : DelegatingExitCleanup ): ExitCleanup
33
+ fun bindsExitCleanup (delegatingExitCleanup : DelegatingExitCleanup ): ExitCleanup
34
34
35
35
@Binds
36
- fun provideBookmarkModel (bookmarkDatabase : BookmarkDatabase ): BookmarkRepository
36
+ fun bindsBookmarkModel (bookmarkDatabase : BookmarkDatabase ): BookmarkRepository
37
37
38
38
@Binds
39
- fun provideDownloadsModel (downloadsDatabase : DownloadsDatabase ): DownloadsRepository
39
+ fun bindsDownloadsModel (downloadsDatabase : DownloadsDatabase ): DownloadsRepository
40
40
41
41
@Binds
42
- fun providesHistoryModel (historyDatabase : HistoryDatabase ): HistoryRepository
42
+ fun bindsHistoryModel (historyDatabase : HistoryDatabase ): HistoryRepository
43
43
44
44
@Binds
45
- fun providesAdBlockAllowListModel (adBlockAllowListDatabase : AdBlockAllowListDatabase ): AdBlockAllowListRepository
45
+ fun bindsAdBlockAllowListModel (adBlockAllowListDatabase : AdBlockAllowListDatabase ): AdBlockAllowListRepository
46
46
47
47
@Binds
48
- fun providesAllowListModel (sessionAllowListModel : SessionAllowListModel ): AllowListModel
48
+ fun bindsAllowListModel (sessionAllowListModel : SessionAllowListModel ): AllowListModel
49
49
50
50
@Binds
51
- fun providesSslWarningPreferences (sessionSslWarningPreferences : SessionSslWarningPreferences ): SslWarningPreferences
51
+ fun bindsSslWarningPreferences (sessionSslWarningPreferences : SessionSslWarningPreferences ): SslWarningPreferences
52
52
53
53
@Binds
54
- fun providesHostsDataSource (assetsHostsDataSource : AssetsHostsDataSource ): HostsDataSource
54
+ fun bindsHostsDataSource (assetsHostsDataSource : AssetsHostsDataSource ): HostsDataSource
55
55
56
56
@Binds
57
- fun providesHostsRepository (hostsDatabase : HostsDatabase ): HostsRepository
57
+ fun bindsHostsRepository (hostsDatabase : HostsDatabase ): HostsRepository
58
58
59
59
@Binds
60
- fun providesHostsDataSourceProvider (preferencesHostsDataSourceProvider : PreferencesHostsDataSourceProvider ): HostsDataSourceProvider
60
+ fun bindsHostsDataSourceProvider (preferencesHostsDataSourceProvider : PreferencesHostsDataSourceProvider ): HostsDataSourceProvider
61
61
}
0 commit comments