Update chrome_autocomplete_provider_client.cc

This commit is contained in:
Alexander David Frick 2022-09-03 04:59:46 -05:00 committed by GitHub
parent 0a707a6c88
commit b3b964f659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ history::URLDatabase* ChromeAutocompleteProviderClient::GetInMemoryDatabase() {
// This method is called in unit test contexts where the HistoryService isn't
// loaded.
return history_service ? history_service->InMemoryDatabase() : NULL;
return history_service ? history_service->InMemoryDatabase() : nullptr;
}
InMemoryURLIndex* ChromeAutocompleteProviderClient::GetInMemoryURLIndex() {