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

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

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests Created 6 years, 9 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
Index: extensions/common/features/complex_feature.h
diff --git a/chrome/common/extensions/features/complex_feature.h b/extensions/common/features/complex_feature.h
similarity index 91%
rename from chrome/common/extensions/features/complex_feature.h
rename to extensions/common/features/complex_feature.h
index e0a63c9160cf0073c22e2f526a85d16332092533..aa7ffa28b425a2fde119141ffa2279f5857bc394 100644
--- a/chrome/common/extensions/features/complex_feature.h
+++ b/extensions/common/features/complex_feature.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_COMPLEX_FEATURE_H_
-#define CHROME_COMMON_EXTENSIONS_FEATURES_COMPLEX_FEATURE_H_
+#ifndef EXTENSIONS_COMMON_FEATURES_COMPLEX_FEATURE_H_
+#define EXTENSIONS_COMMON_FEATURES_COMPLEX_FEATURE_H_
#include <string>
@@ -59,4 +59,4 @@ class ComplexFeature : public Feature {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_FEATURES_COMPLEX_FEATURE_H_
+#endif // EXTENSIONS_COMMON_FEATURES_COMPLEX_FEATURE_H_

Powered by Google App Engine
This is Rietveld 408576698