| 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 4f9c7e36bd60099faeae853ed1b9585bf027033a..138c803e27d04ac091e45f14d844e62353949715 100644
|
| --- a/chrome/browser/extensions/active_script_controller.cc
|
| +++ b/chrome/browser/extensions/active_script_controller.cc
|
| @@ -96,7 +96,7 @@ void ActiveScriptController::RequestScriptInjection(
|
| }
|
|
|
| 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;
|
|
|