diff --git a/lib/ui/window/platform_message.h b/lib/ui/window/platform_message.h index 64cef2ca06a6e..58adac825169e 100644 --- a/lib/ui/window/platform_message.h +++ b/lib/ui/window/platform_message.h @@ -28,10 +28,10 @@ class PlatformMessage : public fml::RefCountedThreadSafe { } private: - PlatformMessage(std::string name, + PlatformMessage(std::string channel, std::vector data, fml::RefPtr response); - PlatformMessage(std::string name, + PlatformMessage(std::string channel, fml::RefPtr response); ~PlatformMessage();