Update chrome_autocomplete_provider_client.cc
This commit is contained in:
parent
0a707a6c88
commit
b3b964f659
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue