| Index: chrome/common/extensions/background_info.cc
|
| diff --git a/chrome/common/extensions/background_info.cc b/chrome/common/extensions/background_info.cc
|
| index 8d21f5dafce9cd2fd0466e2cfe931938860c7534..aead35bb16089787068a138f9d1b5d9c2539b828 100644
|
| --- a/chrome/common/extensions/background_info.cc
|
| +++ b/chrome/common/extensions/background_info.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/permissions/api_permission_set.h"
|
| #include "chrome/common/extensions/permissions/permissions_data.h"
|
| +#include "extensions/common/constants.h"
|
| #include "extensions/common/error_utils.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -57,8 +58,7 @@ GURL BackgroundInfo::GetBackgroundURL(const Extension* extension) {
|
| const BackgroundInfo& info = GetBackgroundInfo(extension);
|
| if (info.background_scripts_.empty())
|
| return info.background_url_;
|
| - return extension->GetResourceURL(
|
| - extension_filenames::kGeneratedBackgroundPageFilename);
|
| + return extension->GetResourceURL(filenames::kGeneratedBackgroundPageFilename);
|
| }
|
|
|
| // static
|
|
|