Index: content/browser/battery_status/battery_monitor_integration_browsertest.cc |
diff --git a/content/browser/battery_status/battery_monitor_integration_browsertest.cc b/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
index 541d76938dcd236b397fb338428d316e9f45497c..47ead10f1b35d8332acd0fc303872e575a2742f7 100644 |
--- a/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
+++ b/content/browser/battery_status/battery_monitor_integration_browsertest.cc |
@@ -96,9 +96,10 @@ class TestContentBrowserClient : public ContentBrowserClient { |
void GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- FileDescriptorInfo* mappings) override { |
+ FileDescriptorInfo* mappings, |
+ std::map<int, base::MemoryMappedFile::Region>* regions) override { |
ShellContentBrowserClient::Get()->GetAdditionalMappedFilesForChildProcess( |
- command_line, child_process_id, mappings); |
+ command_line, child_process_id, mappings, regions); |
} |
#endif // defined(OS_ANDROID) |
}; |