| Index: chrome/common/extensions/features/manifest_feature.cc
|
| diff --git a/chrome/common/extensions/features/manifest_feature.cc b/chrome/common/extensions/features/manifest_feature.cc
|
| index 8d622a26fcc0fc6332c86a3fddf2135778ea89a7..a8d6e42a409e99b4f2c172d3522230e89cef6ffc 100644
|
| --- a/chrome/common/extensions/features/manifest_feature.cc
|
| +++ b/chrome/common/extensions/features/manifest_feature.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "chrome/common/extensions/features/manifest_feature.h"
|
|
|
| -#include "chrome/common/extensions/manifest.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -50,4 +50,4 @@ std::string ManifestFeature::Parse(const base::DictionaryValue* value) {
|
| return std::string();
|
| }
|
|
|
| -} // namespace
|
| +} // namespace extensions
|
|
|