| Index: chrome/common/extensions/manifest_handlers/automation.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/automation.h b/chrome/common/extensions/manifest_handlers/automation.h
|
| index afbaee16e75bf33aeb50f94bf74736247ed16e61..eb1c1dcf17bdf0d1cb8fdb94ca503275a34a0949 100644
|
| --- a/chrome/common/extensions/manifest_handlers/automation.h
|
| +++ b/chrome/common/extensions/manifest_handlers/automation.h
|
| @@ -59,7 +59,7 @@ struct AutomationInfo : public Extension::ManifestData {
|
|
|
| private:
|
| AutomationInfo();
|
| - AutomationInfo(bool desktop, URLPatternSet matches, bool interact);
|
| + AutomationInfo(bool desktop, const URLPatternSet& matches, bool interact);
|
|
|
| static std::unique_ptr<api::manifest_types::Automation> AsManifestType(
|
| const AutomationInfo& info);
|
|
|