commit | 6cacbcbf436be744a34f7ea0d4f838ff97757446 | [log] [tgz] |
---|---|---|
author | Yi Jin <jinyithu@google.com> | Fri Mar 30 14:04:52 2018 -0700 |
committer | Yi Jin <jinyithu@google.com> | Fri Mar 30 17:36:49 2018 -0700 |
tree | 776d8808c385eff13b39097a1b64585df88959e3 | |
parent | 6a8ea4fe24dc0116de74a19b3d2a5fe89d0d1736 [diff] [blame] |
Use modern c++ code style for incidentd. This cl does not contain code logic changes. Bug: 77333635 Test: manual and incidentd_test Change-Id: Iea0a402b1051defd45159ca267e6dd705f9ffa49
diff --git a/cmds/incident_helper/src/TextParserBase.h b/cmds/incident_helper/src/TextParserBase.h index 1667966..784c181 100644 --- a/cmds/incident_helper/src/TextParserBase.h +++ b/cmds/incident_helper/src/TextParserBase.h
@@ -21,6 +21,7 @@ #include <utils/String8.h> using namespace android; +using namespace std; /** * Base class for text parser