summaryrefslogtreecommitdiffstats
path: root/client_library/include
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2018-05-09 15:17:41 -0700
committerSen Jiang <senj@google.com>2018-05-09 15:27:54 -0700
commit96e36724112591c8c08129c66a7ceeb35a3d934c (patch)
treeda7ce97ea8e508dfcffec0fb524d77b4415b6f27 /client_library/include
parent782c713b6cfa3164b2dbf50a44a158d8221a4d7e (diff)
downloadandroid_system_update_engine-96e36724112591c8c08129c66a7ceeb35a3d934c.tar.gz
android_system_update_engine-96e36724112591c8c08129c66a7ceeb35a3d934c.tar.bz2
android_system_update_engine-96e36724112591c8c08129c66a7ceeb35a3d934c.zip
Turn on build/header_guard in cpplint.
Set the correct root path in CPPLINT.cfg and fix existing violations. Test: tools/repohooks/tools/cpplint.py --quiet system/update_engine/**/*.h Change-Id: I37812854a68116c69bcef28f8b15856b89a07c4d
Diffstat (limited to 'client_library/include')
-rw-r--r--client_library/include/update_engine/status_update_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client_library/include/update_engine/status_update_handler.h b/client_library/include/update_engine/status_update_handler.h
index d5b8cdbf..d2fad34c 100644
--- a/client_library/include/update_engine/status_update_handler.h
+++ b/client_library/include/update_engine/status_update_handler.h
@@ -14,8 +14,8 @@
// limitations under the License.
//
-#ifndef UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_STATUS_UPDATE_HANDLER_H_
-#define UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_STATUS_UPDATE_HANDLER_H_
+#ifndef UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_UPDATE_ENGINE_STATUS_UPDATE_HANDLER_H_
+#define UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_UPDATE_ENGINE_STATUS_UPDATE_HANDLER_H_
#include <string>
@@ -44,4 +44,4 @@ class StatusUpdateHandler {
} // namespace update_engine
-#endif // UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_STATUS_UPDATE_HANDLER_H_
+#endif // UPDATE_ENGINE_CLIENT_LIBRARY_INCLUDE_UPDATE_ENGINE_STATUS_UPDATE_HANDLER_H_