| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 3f5e7e69121538c976a76782667b3ba9bf21b1b6..f77bdee6c570c22e738017d1224ebc2b98dd0962 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -648,7 +648,7 @@ void TestingProfile::BlockUntilHistoryIndexIsRefreshed() {
|
| HistoryService* history_service =
|
| HistoryServiceFactory::GetForProfileWithoutCreating(this);
|
| DCHECK(history_service);
|
| - history::InMemoryURLIndex* index = history_service->InMemoryIndex();
|
| + InMemoryURLIndex* index = history_service->InMemoryIndex();
|
| if (!index || index->restored())
|
| return;
|
| base::RunLoop run_loop;
|
|
|