| 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 69d02d232958ea65f04f0b736dc8af5a50374185..446d9b8dcc46bc05fbc277f2cbc7bd73ec575377 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -1111,9 +1111,9 @@ class RemovePluginDataTester {
|
| public:
|
| explicit RemovePluginDataTester(TestingProfile* profile)
|
| : helper_(new TestBrowsingDataFlashLSOHelper(profile)) {
|
| - static_cast<BrowsingDataRemoverImpl*>(
|
| - BrowsingDataRemoverFactory::GetForBrowserContext(profile))
|
| - ->OverrideFlashLSOHelperForTesting(helper_);
|
| + static_cast<ChromeBrowsingDataRemoverDelegate*>(
|
| + BrowsingDataRemoverFactory::GetForBrowserContext(profile)
|
| + ->GetEmbedderDelegate())->OverrideFlashLSOHelperForTesting(helper_);
|
| }
|
|
|
| void AddDomain(const std::string& domain) {
|
|
|