mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 11:45:04 +00:00
LibProtocol: Rename namespace LibProtocol => Protocol
This commit is contained in:
@@ -39,7 +39,7 @@ ResourceLoader& ResourceLoader::the()
|
||||
}
|
||||
|
||||
ResourceLoader::ResourceLoader()
|
||||
: m_protocol_client(LibProtocol::Client::construct())
|
||||
: m_protocol_client(Protocol::Client::construct())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user