| 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 e024d6d7f24c6f74152aa5f74e4ee22cf5341a49..9856a6663572ad758d41fcbceae91dc70a4f9564 100644
|
| --- a/content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| +++ b/content/browser/battery_status/battery_monitor_integration_browsertest.cc
|
| @@ -109,10 +109,9 @@ class TestContentBrowserClient : public ContentBrowserClient {
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - FileDescriptorInfo* mappings,
|
| - std::map<int, base::MemoryMappedFile::Region>* regions) override {
|
| + FileDescriptorInfo* mappings) override {
|
| ShellContentBrowserClient::Get()->GetAdditionalMappedFilesForChildProcess(
|
| - command_line, child_process_id, mappings, regions);
|
| + command_line, child_process_id, mappings);
|
| }
|
| #endif // defined(OS_ANDROID)
|
| };
|
|
|