| Index: chrome/browser/extensions/active_script_controller.cc
|
| diff --git a/chrome/browser/extensions/active_script_controller.cc b/chrome/browser/extensions/active_script_controller.cc
|
| index c15d4781af29149a125a4c4603935b4460a314f3..ee54d856f217a090601932eb0c25f78c4d15ee69 100644
|
| --- a/chrome/browser/extensions/active_script_controller.cc
|
| +++ b/chrome/browser/extensions/active_script_controller.cc
|
| @@ -107,7 +107,7 @@ void ActiveScriptController::OnActiveTabPermissionGranted(
|
| }
|
|
|
| void ActiveScriptController::OnAdInjectionDetected(
|
| - const std::vector<std::string> ad_injectors) {
|
| + const std::set<std::string> ad_injectors) {
|
| // We're only interested in data if there are ad injectors detected.
|
| if (ad_injectors.empty())
|
| return;
|
|
|