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

Unified Diff: content/shell/renderer/leak_detector.h

Issue 629143003: Replace OVERRIDE and FINAL with override and final in content/shell/[a-s]* (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 | « content/shell/renderer/ipc_echo.cc ('k') | content/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/leak_detector.h
diff --git a/content/shell/renderer/leak_detector.h b/content/shell/renderer/leak_detector.h
index fb21c23c83400a4fab71ab269541ffb09b360d35..5d4d49d2079c25b95b0fb216dc070080d5584948 100644
--- a/content/shell/renderer/leak_detector.h
+++ b/content/shell/renderer/leak_detector.h
@@ -31,7 +31,7 @@ class LeakDetector : public blink::WebLeakDetectorClient {
void TryLeakDetection(blink::WebLocalFrame* frame);
// WebLeakDetectorClient:
- virtual void onLeakDetectionComplete(const Result& result) OVERRIDE;
+ virtual void onLeakDetectionComplete(const Result& result) override;
private:
WebKitTestRunner* test_runner_;
« no previous file with comments | « content/shell/renderer/ipc_echo.cc ('k') | content/shell/renderer/shell_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698