| Index: chrome/browser/extensions/permissions_updater.cc
|
| diff --git a/chrome/browser/extensions/permissions_updater.cc b/chrome/browser/extensions/permissions_updater.cc
|
| index 31b4653eadbed0dc95172f2671c19bd541843e4c..03fc8d5f9cb3cce63f59a9fa99c37e844614e7a4 100644
|
| --- a/chrome/browser/extensions/permissions_updater.cc
|
| +++ b/chrome/browser/extensions/permissions_updater.cc
|
| @@ -135,8 +135,8 @@ void PermissionsUpdater::GrantActivePermissions(const Extension* extension,
|
|
|
| // We only maintain the granted permissions prefs for INTERNAL and LOAD
|
| // extensions.
|
| - if (extension->location() != Extension::LOAD &&
|
| - extension->location() != Extension::INTERNAL)
|
| + if (extension->location() != Manifest::LOAD &&
|
| + extension->location() != Manifest::INTERNAL)
|
| return;
|
|
|
| if (record_oauth2_grant) {
|
|
|