| Index: extensions/common/features/feature_channel.h
|
| diff --git a/chrome/common/extensions/features/feature_channel.h b/extensions/common/features/feature_channel.h
|
| similarity index 84%
|
| rename from chrome/common/extensions/features/feature_channel.h
|
| rename to extensions/common/features/feature_channel.h
|
| index 9108dd47596e37ce57989ce987476b6867ed60e9..5533e5d588ce5f6226992202997c65112ecf9350 100644
|
| --- a/chrome/common/extensions/features/feature_channel.h
|
| +++ b/extensions/common/features/feature_channel.h
|
| @@ -2,8 +2,8 @@
|
| // 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_CHANNEL_H_
|
| -#define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_
|
| +#ifndef EXTENSIONS_COMMON_FEATURES_FEATURE_CHANNEL_H_
|
| +#define EXTENSIONS_COMMON_FEATURES_FEATURE_CHANNEL_H_
|
|
|
| #include "base/macros.h"
|
|
|
| @@ -38,4 +38,4 @@ class ScopedCurrentChannel {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_CHANNEL_H_
|
| +#endif // EXTENSIONS_COMMON_FEATURES_FEATURE_CHANNEL_H_
|
|
|