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

Unified Diff: extensions/common/features/simple_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/simple_feature.h
diff --git a/chrome/common/extensions/features/simple_feature.h b/extensions/common/features/simple_feature.h
similarity index 95%
rename from chrome/common/extensions/features/simple_feature.h
rename to extensions/common/features/simple_feature.h
index 4a335fa23a989ec86b8e95843017fca7aa062fbe..83746d9921c63434de18d29cc4c9088399c1046a 100644
--- a/chrome/common/extensions/features/simple_feature.h
+++ b/extensions/common/features/simple_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_SIMPLE_FEATURE_H_
-#define CHROME_COMMON_EXTENSIONS_FEATURES_SIMPLE_FEATURE_H_
+#ifndef EXTENSIONS_COMMON_FEATURES_SIMPLE_FEATURE_H_
+#define EXTENSIONS_COMMON_FEATURES_SIMPLE_FEATURE_H_
#include <set>
#include <string>
@@ -13,9 +13,9 @@
#include "base/memory/linked_ptr.h"
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
-#include "chrome/common/extensions/features/simple_feature_filter.h"
#include "extensions/common/extension.h"
#include "extensions/common/features/feature.h"
+#include "extensions/common/features/simple_feature_filter.h"
#include "extensions/common/manifest.h"
namespace extensions {
@@ -128,4 +128,4 @@ class SimpleFeature : public Feature {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_FEATURES_SIMPLE_FEATURE_H_
+#endif // EXTENSIONS_COMMON_FEATURES_SIMPLE_FEATURE_H_

Powered by Google App Engine
This is Rietveld 408576698