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

Unified Diff: extensions/common/manifest_handler_helpers.h

Issue 228603004: Move manifest_handler_helpers to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/common/manifest_handler_helpers.h
diff --git a/chrome/common/extensions/manifest_handler_helpers.h b/extensions/common/manifest_handler_helpers.h
similarity index 86%
rename from chrome/common/extensions/manifest_handler_helpers.h
rename to extensions/common/manifest_handler_helpers.h
index 6226b9d41ecb1f1bfdfdceede5e742120f2428de..28e9cf72ec0dde6a0cd660d3fab8f97320877060 100644
--- a/chrome/common/extensions/manifest_handler_helpers.h
+++ b/extensions/common/manifest_handler_helpers.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_HANDLER_HELPERS_H_
-#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLER_HELPERS_H_
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLER_HELPERS_H_
+#define EXTENSIONS_COMMON_MANIFEST_HANDLER_HELPERS_H_
#include <string>
@@ -36,4 +36,4 @@ bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value,
} // namespace manifest_handler_helpers
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLER_HELPERS_H_
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLER_HELPERS_H_
« no previous file with comments | « chrome/common/extensions/manifest_handlers/icons_handler.cc ('k') | extensions/common/manifest_handler_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698