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

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

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_channel.h ('k') | extensions/common/features/simple_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature_channel.cc
diff --git a/chrome/common/extensions/features/feature_channel.cc b/extensions/common/features/feature_channel.cc
similarity index 93%
rename from chrome/common/extensions/features/feature_channel.cc
rename to extensions/common/features/feature_channel.cc
index ba22f639312e06b9b4bec492d6654461f75500ab..13bd6e1dcaee847aaccae4e4510fac40a71aea5f 100644
--- a/chrome/common/extensions/features/feature_channel.cc
+++ b/extensions/common/features/feature_channel.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/features/feature_channel.h"
+#include "extensions/common/features/feature_channel.h"
#include "components/version_info/version_info.h"
« no previous file with comments | « extensions/common/features/feature_channel.h ('k') | extensions/common/features/simple_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698