| Index: chrome/browser/autocomplete/autocomplete_browsertest.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_browsertest.cc b/chrome/browser/autocomplete/autocomplete_browsertest.cc
|
| index ce9675a16cfd54ebb7bda1e3fae9d29686ff6012..3a5e93f56294cc677ae6ce81bc7a7f490e4024af 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_browsertest.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_browsertest.cc
|
| @@ -114,7 +114,7 @@ IN_PROC_BROWSER_TEST_F(AutocompleteBrowserTest, MAYBE_Autocomplete) {
|
| // loaded so that the autocomplete results are consistent.
|
| ui_test_utils::WaitForHistoryToLoad(
|
| HistoryServiceFactory::GetForProfile(browser()->profile(),
|
| - Profile::EXPLICIT_ACCESS));
|
| + Profile::EXPLICIT_ACCESS).get());
|
|
|
| LocationBar* location_bar = GetLocationBar();
|
| AutocompleteController* autocomplete_controller = GetAutocompleteController();
|
| @@ -281,7 +281,7 @@ IN_PROC_BROWSER_TEST_F(AutocompleteBrowserTest, ExtensionAppProvider) {
|
| // loaded so that the autocomplete results are consistent.
|
| ui_test_utils::WaitForHistoryToLoad(
|
| HistoryServiceFactory::GetForProfile(browser()->profile(),
|
| - Profile::EXPLICIT_ACCESS));
|
| + Profile::EXPLICIT_ACCESS).get());
|
|
|
| AutocompleteController* autocomplete_controller = GetAutocompleteController();
|
|
|
|
|