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

Unified Diff: extensions/common/feature_switch.h

Issue 47923018: Move FeatureSwitch to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « chrome/test/ui/ui_test.cc ('k') | extensions/common/feature_switch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/feature_switch.h
diff --git a/chrome/common/extensions/feature_switch.h b/extensions/common/feature_switch.h
similarity index 92%
rename from chrome/common/extensions/feature_switch.h
rename to extensions/common/feature_switch.h
index 673b20b80e178a2ea8a60a1ba2c02f7a7238163d..fa040d00ec136f1d22848f47f0b1842c7980c68b 100644
--- a/chrome/common/extensions/feature_switch.h
+++ b/extensions/common/feature_switch.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_FEATURE_SWITCH_H_
-#define CHROME_COMMON_EXTENSIONS_FEATURE_SWITCH_H_
+#ifndef EXTENSIONS_COMMON_FEATURE_SWITCH_H_
+#define EXTENSIONS_COMMON_FEATURE_SWITCH_H_
#include <string>
@@ -76,4 +76,4 @@ class FeatureSwitch {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_FEATURE_SWITCH_H_
+#endif // EXTENSIONS_COMMON_FEATURE_SWITCH_H_
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | extensions/common/feature_switch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698