| Index: chrome/browser/safe_browsing/malware_details_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| index 6d0c75d5218609cff77b8f4406efe26328a7402c..8b4dae492ac01c696205497cf478a9b2a0f81cf1 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| @@ -215,8 +215,8 @@ class MalwareDetailsTest : public ChromeRenderViewHostTestHarness {
|
| }
|
|
|
| HistoryService* history_service() {
|
| - return HistoryServiceFactory::GetForProfile(profile(),
|
| - Profile::EXPLICIT_ACCESS);
|
| + return HistoryServiceFactory::GetForProfile(
|
| + profile(), ServiceAccessType::EXPLICIT_ACCESS);
|
| }
|
|
|
| protected:
|
|
|