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

Unified Diff: chrome/common/extensions/features/manifest_feature.cc

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/common/extensions/features/feature.cc ('k') | chrome/common/extensions/features/simple_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/features/manifest_feature.cc
diff --git a/chrome/common/extensions/features/manifest_feature.cc b/chrome/common/extensions/features/manifest_feature.cc
index 8d622a26fcc0fc6332c86a3fddf2135778ea89a7..a8d6e42a409e99b4f2c172d3522230e89cef6ffc 100644
--- a/chrome/common/extensions/features/manifest_feature.cc
+++ b/chrome/common/extensions/features/manifest_feature.cc
@@ -4,7 +4,7 @@
#include "chrome/common/extensions/features/manifest_feature.h"
-#include "chrome/common/extensions/manifest.h"
+#include "extensions/common/manifest.h"
namespace extensions {
@@ -50,4 +50,4 @@ std::string ManifestFeature::Parse(const base::DictionaryValue* value) {
return std::string();
}
-} // namespace
+} // namespace extensions
« no previous file with comments | « chrome/common/extensions/features/feature.cc ('k') | chrome/common/extensions/features/simple_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698