| Index: chrome/browser/memory_purger.cc
|
| diff --git a/chrome/browser/memory_purger.cc b/chrome/browser/memory_purger.cc
|
| index fd64b208bb1a321195297f5cd91c14938853c795..a5c5ea237a0ec7d1830aaade876eba4b1b90e5e8 100644
|
| --- a/chrome/browser/memory_purger.cc
|
| +++ b/chrome/browser/memory_purger.cc
|
| @@ -111,7 +111,7 @@ void MemoryPurger::PurgeBrowser() {
|
| // Spinning up the history service is expensive, so we avoid doing it if it
|
| // hasn't been done already.
|
| HistoryService* history_service =
|
| - HistoryServiceFactory::GetForProfileWithoutCreating(profiles[i]);
|
| + HistoryServiceFactory::GetForProfileWithoutCreating(profiles[i]).get();
|
| if (history_service)
|
| history_service->UnloadBackend();
|
|
|
|
|