| Index: ash/test/test_metro_viewer_process_host.h
|
| diff --git a/ash/test/test_metro_viewer_process_host.h b/ash/test/test_metro_viewer_process_host.h
|
| index cf7dcd0062b25f886c27f74695034cad9067fe9d..95709aecd35a147a5f05ef5984911d136c7c9f65 100644
|
| --- a/ash/test/test_metro_viewer_process_host.h
|
| +++ b/ash/test/test_metro_viewer_process_host.h
|
| @@ -26,13 +26,13 @@ class TestMetroViewerProcessHost : public win8::MetroViewerProcessHost {
|
|
|
| private:
|
| // win8::MetroViewerProcessHost implementation
|
| - virtual void OnChannelError() OVERRIDE;
|
| + virtual void OnChannelError() override;
|
| virtual void OnSetTargetSurface(gfx::NativeViewId target_surface,
|
| - float device_scale) OVERRIDE;
|
| - virtual void OnOpenURL(const base::string16& url) OVERRIDE;
|
| + float device_scale) override;
|
| + virtual void OnOpenURL(const base::string16& url) override;
|
| virtual void OnHandleSearchRequest(
|
| - const base::string16& search_string) OVERRIDE;
|
| - virtual void OnWindowSizeChanged(uint32 width, uint32 height) OVERRIDE;
|
| + const base::string16& search_string) override;
|
| + virtual void OnWindowSizeChanged(uint32 width, uint32 height) override;
|
|
|
| bool closed_unexpectedly_;
|
|
|
|
|