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

Unified Diff: extensions/browser/updater/safe_manifest_parser.h

Issue 464613002: Move SafeManifestParser to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: extensions/browser/updater/safe_manifest_parser.h
diff --git a/chrome/browser/extensions/updater/safe_manifest_parser.h b/extensions/browser/updater/safe_manifest_parser.h
similarity index 89%
rename from chrome/browser/extensions/updater/safe_manifest_parser.h
rename to extensions/browser/updater/safe_manifest_parser.h
index 3c831640bec9d6dfd81ad525664296e00fc25543..278cd97e4766cf02da601326b3df6af6df3d4bc1 100644
--- a/chrome/browser/extensions/updater/safe_manifest_parser.h
+++ b/extensions/browser/updater/safe_manifest_parser.h
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_UPDATER_SAFE_MANIFEST_PARSER_H_
-#define CHROME_BROWSER_EXTENSIONS_UPDATER_SAFE_MANIFEST_PARSER_H_
+#ifndef EXTENSIONS_BROWSER_UPDATER_SAFE_MANIFEST_PARSER_H_
+#define EXTENSIONS_BROWSER_UPDATER_SAFE_MANIFEST_PARSER_H_
+
#include <string>
#include "base/basictypes.h"
@@ -54,4 +55,4 @@ class SafeManifestParser : public content::UtilityProcessHostClient {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_UPDATER_SAFE_MANIFEST_PARSER_H_
+#endif // EXTENSIONS_BROWSER_UPDATER_SAFE_MANIFEST_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698