| Index: content/renderer/gpu/stream_texture_host_android.h
|
| diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h
|
| index 005d49d3009ac27d61c1e624d5b8c7dbca3994ca..4bd841381bff2c5064b87df7890c966fcd74f5e1 100644
|
| --- a/content/renderer/gpu/stream_texture_host_android.h
|
| +++ b/content/renderer/gpu/stream_texture_host_android.h
|
| @@ -38,8 +38,8 @@ class StreamTextureHost : public IPC::Listener {
|
| bool BindToCurrentThread(int32 stream_id, Listener* listener);
|
|
|
| // IPC::Channel::Listener implementation:
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| - virtual void OnChannelError() OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
| + virtual void OnChannelError() override;
|
|
|
| private:
|
| // Message handlers:
|
|
|