mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 14:32:55 +00:00
LibProtocol: Rename namespace LibProtocol => Protocol
This commit is contained in:
parent
f6ce24eb48
commit
5b7924b9e7
Notes:
sideshowbarker
2024-07-19 09:36:04 +09:00
Author: https://github.com/awesomekling
Commit: 5b7924b9e7
7 changed files with 9 additions and 9 deletions
|
@ -39,7 +39,7 @@ ResourceLoader& ResourceLoader::the()
|
|||
}
|
||||
|
||||
ResourceLoader::ResourceLoader()
|
||||
: m_protocol_client(LibProtocol::Client::construct())
|
||||
: m_protocol_client(Protocol::Client::construct())
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue