| Index: extensions/common/features/manifest_feature.h
|
| diff --git a/chrome/common/extensions/features/manifest_feature.h b/extensions/common/features/manifest_feature.h
|
| similarity index 70%
|
| rename from chrome/common/extensions/features/manifest_feature.h
|
| rename to extensions/common/features/manifest_feature.h
|
| index 136355773217acdefb008925d25bb942194cf844..5bf217b9dcb4d4099f5d35349279e7332a10ff68 100644
|
| --- a/chrome/common/extensions/features/manifest_feature.h
|
| +++ b/extensions/common/features/manifest_feature.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_
|
| -#define CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_
|
| +#ifndef EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
| +#define EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
|
|
| -#include "chrome/common/extensions/features/simple_feature.h"
|
| +#include "extensions/common/features/simple_feature.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -25,4 +25,4 @@ class ManifestFeature : public SimpleFeature {
|
|
|
| } // extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_
|
| +#endif // EXTENSIONS_COMMON_FEATURES_MANIFEST_FEATURE_H_
|
|
|