diff options
author | Yi Jin <jinyithu@google.com> | 2018-03-30 14:04:52 -0700 |
---|---|---|
committer | Yi Jin <jinyithu@google.com> | 2018-03-30 17:36:49 -0700 |
commit | 6cacbcbf436be744a34f7ea0d4f838ff97757446 (patch) | |
tree | 776d8808c385eff13b39097a1b64585df88959e3 /cmds/incident_helper/src/TextParserBase.cpp | |
parent | 6a8ea4fe24dc0116de74a19b3d2a5fe89d0d1736 (diff) |
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
Diffstat (limited to 'cmds/incident_helper/src/TextParserBase.cpp')
-rw-r--r-- | cmds/incident_helper/src/TextParserBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/incident_helper/src/TextParserBase.cpp b/cmds/incident_helper/src/TextParserBase.cpp index a8f9968ee8f6..e9bc70f37026 100644 --- a/cmds/incident_helper/src/TextParserBase.cpp +++ b/cmds/incident_helper/src/TextParserBase.cpp @@ -21,7 +21,6 @@ #include <android-base/file.h> using namespace android::base; -using namespace std; // ================================================================================ status_t NoopParser::Parse(const int in, const int out) const |