| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bf495b9acee30d23d3e376129b6ebe550fd0121c..2a56518910a273bfb6e1e78ad57972463fd36d41 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -461,7 +461,7 @@ void BrowserMainLoop::EarlyInitialization() {
|
| gfx::GpuMemoryBuffer::SCANOUT);
|
| #endif
|
|
|
| - base::DiscardableMemoryShmemAllocator::SetInstance(
|
| + base::DiscardableMemoryAllocator::SetInstance(
|
| HostDiscardableSharedMemoryManager::current());
|
|
|
| if (parts_)
|
|
|