summaryrefslogtreecommitdiffstats
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 @@
45// This function is called at the end of the file. 45// This function is called at the end of the file.
46// It indicates that the parsing has completed and any relevant objects should be committed. 46// It indicates that the parsing has completed and any relevant objects should be committed.
47 47
48namespace android {
49namespace init {
50
48class SectionParser { 51class SectionParser {
49 public: 52 public:
50 virtual ~SectionParser() {} 53 virtual ~SectionParser() {}
@@ -93,4 +96,7 @@ class Parser {
93 bool is_odm_etc_init_loaded_ = false; 96 bool is_odm_etc_init_loaded_ = false;
94}; 97};
95 98
99} // namespace init
100} // namespace android
101
96#endif 102#endif