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

Unified Diff: extensions/common/manifest.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 | « extensions/common/features/feature.cc ('k') | extensions/common/manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest.h
diff --git a/chrome/common/extensions/manifest.h b/extensions/common/manifest.h
similarity index 98%
rename from chrome/common/extensions/manifest.h
rename to extensions/common/manifest.h
index e43443d4055832168baa385e97aee04b3710b463..c7d738d2f18ffc015ff74b48032a9e2ee79d4a86 100644
--- a/chrome/common/extensions/manifest.h
+++ b/extensions/common/manifest.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_MANIFEST_H_
-#define CHROME_COMMON_EXTENSIONS_MANIFEST_H_
+#ifndef EXTENSIONS_COMMON_MANIFEST_H_
+#define EXTENSIONS_COMMON_MANIFEST_H_
#include <map>
#include <set>
@@ -174,4 +174,4 @@ class Manifest {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_H_
+#endif // EXTENSIONS_COMMON_MANIFEST_H_
« no previous file with comments | « extensions/common/features/feature.cc ('k') | extensions/common/manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698