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> { |