Index: ui/ozone/platform/dri/dri_gpu_platform_support.h |
diff --git a/ui/ozone/platform/dri/dri_gpu_platform_support.h b/ui/ozone/platform/dri/dri_gpu_platform_support.h |
index 65a8ee55c0043c54bb8c7a406e1c062769ce0243..259edb731e3d0a78205ea4835fb033d6c56cbfe4 100644 |
--- a/ui/ozone/platform/dri/dri_gpu_platform_support.h |
+++ b/ui/ozone/platform/dri/dri_gpu_platform_support.h |
@@ -40,10 +40,10 @@ class DriGpuPlatformSupport : public GpuPlatformSupport { |
void AddHandler(scoped_ptr<GpuPlatformSupport> handler); |
// GpuPlatformSupport: |
- virtual void OnChannelEstablished(IPC::Sender* sender) OVERRIDE; |
+ virtual void OnChannelEstablished(IPC::Sender* sender) override; |
// IPC::Listener: |
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) override; |
private: |
void OnCreateWindowDelegate(gfx::AcceleratedWidget widget); |