| Index: chrome/browser/android/history_report/history_report_jni_bridge.cc
|
| diff --git a/chrome/browser/android/history_report/history_report_jni_bridge.cc b/chrome/browser/android/history_report/history_report_jni_bridge.cc
|
| index 26ed8f56e5221a9fe2d9f513b361fcd420b5d390..3892b5859d06fe4c8a1303f3065c97057d156744 100644
|
| --- a/chrome/browser/android/history_report/history_report_jni_bridge.cc
|
| +++ b/chrome/browser/android/history_report/history_report_jni_bridge.cc
|
| @@ -52,7 +52,7 @@ HistoryReportJniBridge::HistoryReportJniBridge(JNIEnv* env, jobject obj)
|
| usage_reports_buffer_service_.reset(
|
| new UsageReportsBufferService(profile->GetPath()));
|
| usage_reports_buffer_service_->Init();
|
| - bookmark_model_.reset(BookmarkModelFactory::GetForProfile(profile));
|
| + bookmark_model_.reset(BookmarkModelFactory::GetForBrowserContext(profile));
|
| base::Callback<void(void)> on_change = base::Bind(
|
| &history_report::HistoryReportJniBridge::NotifyDataChanged,
|
| base::Unretained(this));
|
|
|