summaryrefslogtreecommitdiff
path: root/init/init_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'init/init_parser.h')
-rw-r--r--init/init_parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/init_parser.h b/init/init_parser.h
index 722ebb26a..c07a69967 100644
--- a/init/init_parser.h
+++ b/init/init_parser.h
@@ -45,6 +45,9 @@
// This function is called at the end of the file.
// It indicates that the parsing has completed and any relevant objects should be committed.
+namespace android {
+namespace init {
+
class SectionParser {
public:
virtual ~SectionParser() {}
@@ -93,4 +96,7 @@ class Parser {
bool is_odm_etc_init_loaded_ = false;
};
+} // namespace init
+} // namespace android
+
#endif