| Index: extensions/common/manifest_handlers/permissions_parser.cc
|
| diff --git a/extensions/common/manifest_handlers/permissions_parser.cc b/extensions/common/manifest_handlers/permissions_parser.cc
|
| index 42d5c61258a54e330e9d602fc256d68a733df24a..f8ef11c41fac02b81c7b10afb1c46d8d6378b30f 100644
|
| --- a/extensions/common/manifest_handlers/permissions_parser.cc
|
| +++ b/extensions/common/manifest_handlers/permissions_parser.cc
|
| @@ -63,7 +63,7 @@ bool CanSpecifyHostPermission(const Extension* extension,
|
| if (PermissionsData::CanExecuteScriptEverywhere(extension))
|
| return true;
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kExtensionsOnChromeURLs)) {
|
| return true;
|
| }
|
|
|