| Index: chrome/browser/autocomplete/autocomplete_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_browsertest.cc (revision 28361)
|
| +++ chrome/browser/autocomplete/autocomplete_browsertest.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| void WaitForHistoryBackendToLoad() {
|
| HistoryService* history_service =
|
| browser()->profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
|
| - if (!history_service->backend_loaded()) {
|
| + if (!history_service->BackendLoaded()) {
|
| NotificationRegistrar registrar;
|
| registrar.Add(this, NotificationType::HISTORY_LOADED,
|
| NotificationService::AllSources());
|
|
|
| Property changes on: chrome\browser\autocomplete\autocomplete_browsertest.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|