[blink] Unique pointers in Platform.h

https://codereview.chromium.org/2846843002
This commit is contained in:
Aleksei Kuzmin 2017-08-04 20:41:34 +03:00 committed by Cheng Zhao
parent 7ad524fa34
commit f847291272
3 changed files with 6 additions and 5 deletions

View file

@ -30,10 +30,9 @@ class TtsDispatcher
public content::RenderThreadObserver {
public:
explicit TtsDispatcher(blink::WebSpeechSynthesizerClient* client);
private:
virtual ~TtsDispatcher();
private:
// RenderProcessObserver override.
virtual bool OnControlMessageReceived(const IPC::Message& message) override;