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

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

Issue 23257005: Move Feature and Manifest to top-level extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | « chrome/utility/extensions/unpacker.cc ('k') | extensions/common/features/feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.h
diff --git a/chrome/common/extensions/features/feature.h b/extensions/common/features/feature.h
similarity index 96%
rename from chrome/common/extensions/features/feature.h
rename to extensions/common/features/feature.h
index 618da57d4cb86edfc81a5b4047f843477b16d4b2..92a855b837599ab0ebeb82df92952ef823f20e91 100644
--- a/chrome/common/extensions/features/feature.h
+++ b/extensions/common/features/feature.h
@@ -2,14 +2,14 @@
// 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_H_
-#define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_H_
+#ifndef EXTENSIONS_COMMON_FEATURES_FEATURE_H_
+#define EXTENSIONS_COMMON_FEATURES_FEATURE_H_
#include <set>
#include <string>
#include "base/values.h"
-#include "chrome/common/extensions/manifest.h"
+#include "extensions/common/manifest.h"
class GURL;
@@ -152,4 +152,4 @@ class Feature {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_H_
+#endif // EXTENSIONS_COMMON_FEATURES_FEATURE_H_
« no previous file with comments | « chrome/utility/extensions/unpacker.cc ('k') | extensions/common/features/feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698