| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| index 0f7c4244943deea7cbbecc7685e058f017d1d325..afdc2d3ec80ba89ef598677d3673047f91c98706 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -383,7 +383,7 @@ class RemoveHistoryTester {
|
| if (!profile->CreateHistoryService(true, false))
|
| return false;
|
| history_service_ = HistoryServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| return true;
|
| }
|
|
|
|
|