Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2268)

Unified Diff: ash/test/test_metro_viewer_process_host.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/test_lock_state_controller_delegate.h ('k') | ash/test/test_overlay_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ash/test/test_lock_state_controller_delegate.h ('k') | ash/test/test_overlay_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698