| Index: chrome/common/extensions/manifest_handlers/automation.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/automation.cc b/chrome/common/extensions/manifest_handlers/automation.cc
|
| index b53ab0c968020a145d22fd50f2894287d466407b..113cc74df37a071bbc3fd13f821a53a4ac15df59 100644
|
| --- a/chrome/common/extensions/manifest_handlers/automation.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/automation.cc
|
| @@ -306,10 +306,9 @@ AutomationInfo::AutomationInfo() : desktop(false), interact(false) {
|
| }
|
|
|
| AutomationInfo::AutomationInfo(bool desktop,
|
| - const URLPatternSet matches,
|
| + const URLPatternSet& matches,
|
| bool interact)
|
| - : desktop(desktop), matches(matches), interact(interact) {
|
| -}
|
| + : desktop(desktop), matches(matches), interact(interact) {}
|
|
|
| AutomationInfo::~AutomationInfo() {
|
| }
|
|
|