| Index: extensions/common/features/feature.h
|
| diff --git a/chrome/common/extensions/features/feature.h b/extensions/common/features/feature.h
|
| similarity index 96%
|
| rename from chrome/common/extensions/features/feature.h
|
| rename to extensions/common/features/feature.h
|
| index 618da57d4cb86edfc81a5b4047f843477b16d4b2..92a855b837599ab0ebeb82df92952ef823f20e91 100644
|
| --- a/chrome/common/extensions/features/feature.h
|
| +++ b/extensions/common/features/feature.h
|
| @@ -2,14 +2,14 @@
|
| // 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_FEATURE_H_
|
| -#define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_H_
|
| +#ifndef EXTENSIONS_COMMON_FEATURES_FEATURE_H_
|
| +#define EXTENSIONS_COMMON_FEATURES_FEATURE_H_
|
|
|
| #include <set>
|
| #include <string>
|
|
|
| #include "base/values.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| class GURL;
|
|
|
| @@ -152,4 +152,4 @@ class Feature {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_H_
|
| +#endif // EXTENSIONS_COMMON_FEATURES_FEATURE_H_
|
|
|