| Index: chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc (revision 28361)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc (working copy)
|
| @@ -204,7 +204,7 @@
|
| profile->GetHistoryService(Profile::EXPLICIT_ACCESS);
|
| ASSERT_TRUE(history_service);
|
|
|
| - if (!history_service->backend_loaded()) {
|
| + if (!history_service->BackendLoaded()) {
|
| NotificationRegistrar registrar;
|
| registrar.Add(this, NotificationType::HISTORY_LOADED,
|
| Source<Profile>(profile));
|
|
|