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

Unified Diff: extensions/common/manifest.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 | « extensions/common/manifest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest.cc
diff --git a/chrome/common/extensions/manifest.cc b/extensions/common/manifest.cc
similarity index 98%
rename from chrome/common/extensions/manifest.cc
rename to extensions/common/manifest.cc
index 15d62e5a69a3f2deba4edb7fbeba7d3055da4eeb..3f0613758caf31da89186cc87f7bba8fb5eed40b 100644
--- a/chrome/common/extensions/manifest.cc
+++ b/extensions/common/manifest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/manifest.h"
+#include "extensions/common/manifest.h"
#include "base/basictypes.h"
#include "base/lazy_instance.h"
@@ -10,8 +10,8 @@
#include "base/strings/string_split.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/common/extensions/features/feature.h"
#include "extensions/common/error_utils.h"
+#include "extensions/common/features/feature.h"
#include "extensions/common/features/feature_provider.h"
#include "extensions/common/install_warning.h"
#include "extensions/common/manifest_constants.h"
« no previous file with comments | « extensions/common/manifest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698