debugd: Fix coding style and cpplint issues.

BUG=chromium:385849
TEST=`FEATURES=test emerge-$BOARD platform2`
TEST=`cpplint.py --root=src --filter=-build/include src/{*.h,*.cc,*/*.cc}`

Change-Id: Ia2475d6ee287dc727c3b2ffe139e9cc8bfe2e2e5
Reviewed-on: https://chromium-review.googlesource.com/204391
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
diff --git a/debugd/src/debug_mode_tool.h b/debugd/src/debug_mode_tool.h
index b7a3daa..6abe904 100644
--- a/debugd/src/debug_mode_tool.h
+++ b/debugd/src/debug_mode_tool.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 DEBUG_MODE_TOOL_H
-#define DEBUG_MODE_TOOL_H
+#ifndef DEBUG_MODE_TOOL_H_
+#define DEBUG_MODE_TOOL_H_
 
 #include <string>
 #include <vector>
@@ -28,6 +28,6 @@
   DISALLOW_COPY_AND_ASSIGN(DebugModeTool);
 };
 
-};  // namespace debugd
+}  // namespace debugd
 
-#endif  // DEBUG_MODE_TOOL_H
+#endif  // DEBUG_MODE_TOOL_H_