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

Unified Diff: ash/test/test_screenshot_delegate.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_overlay_delegate.h ('k') | ash/test/test_session_state_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_screenshot_delegate.h
diff --git a/ash/test/test_screenshot_delegate.h b/ash/test/test_screenshot_delegate.h
index 74c57250f1e38ace4f76fdd86e564ce696d6513d..ad8ec989588f66923f87f0b49971a22e88e12906 100644
--- a/ash/test/test_screenshot_delegate.h
+++ b/ash/test/test_screenshot_delegate.h
@@ -19,10 +19,10 @@ class TestScreenshotDelegate : public ScreenshotDelegate {
virtual ~TestScreenshotDelegate();
// Overridden from ScreenshotDelegate:
- virtual void HandleTakeScreenshotForAllRootWindows() OVERRIDE;
+ virtual void HandleTakeScreenshotForAllRootWindows() override;
virtual void HandleTakePartialScreenshot(
- aura::Window* window, const gfx::Rect& rect) OVERRIDE;
- virtual bool CanTakeScreenshot() OVERRIDE;
+ aura::Window* window, const gfx::Rect& rect) override;
+ virtual bool CanTakeScreenshot() override;
int handle_take_screenshot_count() const {
return handle_take_screenshot_count_;
« no previous file with comments | « ash/test/test_overlay_delegate.h ('k') | ash/test/test_session_state_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698