Chromium Code Reviews

Unified Diff: chrome/browser/extensions/api/messaging/native_process_launcher.cc

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/extensions/api/messaging/native_process_launcher.cc
diff --git a/chrome/browser/extensions/api/messaging/native_process_launcher.cc b/chrome/browser/extensions/api/messaging/native_process_launcher.cc
index 45cfd3c53c7afe3768c72a9bb330c6fd34cea508..8073b79677ce8541c1f35939cf8af5713abb1ffa 100644
--- a/chrome/browser/extensions/api/messaging/native_process_launcher.cc
+++ b/chrome/browser/extensions/api/messaging/native_process_launcher.cc
@@ -43,7 +43,7 @@ class NativeProcessLauncherImpl : public NativeProcessLauncher {
virtual void Launch(const GURL& origin,
const std::string& native_host_name,
- LaunchedCallback callback) const OVERRIDE;
+ LaunchedCallback callback) const override;
private:
class Core : public base::RefCountedThreadSafe<Core> {

Powered by Google App Engine