| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 4da232cc66e230c29dfc3770964c5e743220cb2c..00ac8085dedee678d273767041cb4a2a99717cb0 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -925,8 +925,8 @@ PrefProxyConfigTracker* TestingProfile::GetProxyConfigTracker() {
|
| }
|
|
|
| void TestingProfile::BlockUntilHistoryProcessesPendingRequests() {
|
| - HistoryService* history_service =
|
| - HistoryServiceFactory::GetForProfile(this, Profile::EXPLICIT_ACCESS);
|
| + HistoryService* history_service = HistoryServiceFactory::GetForProfile(
|
| + this, ServiceAccessType::EXPLICIT_ACCESS);
|
| DCHECK(history_service);
|
| DCHECK(base::MessageLoop::current());
|
|
|
|
|