Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: extensions/common/features/feature_channel.h

Issue 2137463003: [Extensions] Move Feature channel code into //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/features/feature.cc ('k') | extensions/common/features/feature_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « extensions/common/features/feature.cc ('k') | extensions/common/features/feature_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698