Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc |
=================================================================== |
--- chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc (revision 181040) |
+++ chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc (working copy) |
@@ -62,7 +62,7 @@ |
} |
virtual void Launch(const std::string& native_host_name, |
- LaunchedCallback callback) const { |
+ LaunchedCallback callback) const OVERRIDE { |
callback.Run(base::GetCurrentProcessHandle(), read_file_, write_file_); |
} |