| Index: extensions/common/features/api_feature.h
|
| diff --git a/chrome/common/extensions/features/api_feature.h b/extensions/common/features/api_feature.h
|
| similarity index 71%
|
| rename from chrome/common/extensions/features/api_feature.h
|
| rename to extensions/common/features/api_feature.h
|
| index 511b0353f29f63d39294054890d207edc37651a5..75a3b838ce902ccf59e649d673fa866b0eb3c926 100644
|
| --- a/chrome/common/extensions/features/api_feature.h
|
| +++ b/extensions/common/features/api_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_API_FEATURE_H_
|
| -#define CHROME_COMMON_EXTENSIONS_FEATURES_API_FEATURE_H_
|
| +#ifndef EXTENSIONS_COMMON_FEATURES_API_FEATURE_H_
|
| +#define EXTENSIONS_COMMON_FEATURES_API_FEATURE_H_
|
|
|
| -#include "chrome/common/extensions/features/simple_feature.h"
|
| +#include "extensions/common/features/simple_feature.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -27,4 +27,4 @@ class APIFeature : public SimpleFeature {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_FEATURES_API_FEATURE_H_
|
| +#endif // EXTENSIONS_COMMON_FEATURES_API_FEATURE_H_
|
|
|