Index: ui/ozone/platform/test/test_window_manager.h |
diff --git a/ui/ozone/platform/test/test_window_manager.h b/ui/ozone/platform/test/test_window_manager.h |
index 8efbb693577b5fc8181b0380149bfe9440abc0bc..0241e8b644a8607a8a2b0a037b0faae1670412bc 100644 |
--- a/ui/ozone/platform/test/test_window_manager.h |
+++ b/ui/ozone/platform/test/test_window_manager.h |
@@ -33,10 +33,10 @@ class TestWindowManager : public SurfaceFactoryOzone { |
// SurfaceFactoryOzone: |
virtual scoped_ptr<SurfaceOzoneCanvas> CreateCanvasForWidget( |
- gfx::AcceleratedWidget w) OVERRIDE; |
+ gfx::AcceleratedWidget w) override; |
virtual bool LoadEGLGLES2Bindings( |
AddGLLibraryCallback add_gl_library, |
- SetGLGetProcAddressProcCallback set_gl_get_proc_address) OVERRIDE; |
+ SetGLGetProcAddressProcCallback set_gl_get_proc_address) override; |
private: |
base::FilePath location_; |