summaryrefslogtreecommitdiff
path: root/routing_table_entry.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-07-02 23:50:45 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-04 01:41:44 +0000
commitc45688bb3881f0c2216e6ec0e19ebda0be33e871 (patch)
tree5c00ec778796aaf9402601d447849817757f302d /routing_table_entry.h
parent49c6c4a071a3e70ade31681f435293349e79b6c9 (diff)
downloadshill-c45688bb3881f0c2216e6ec0e19ebda0be33e871.tar.gz
shill: Fix header guards to conform to coding style.
BUG=chromium:385849 TEST=Tested the following: 1. `USE='cellular wimax' FEATURES=test emerge-$BOARD platform2` 2. `cpplint.py --filter=-build/include_order shill/*.h` reports no 'build/header_guard' issue. Change-Id: I1a3972a1f88e5001550eccd561633bd4e5c5faba Reviewed-on: https://chromium-review.googlesource.com/206680 Reviewed-by: Ben Chan <benchan@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Tested-by: Ben Chan <benchan@chromium.org>
Diffstat (limited to 'routing_table_entry.h')
-rw-r--r--routing_table_entry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/routing_table_entry.h b/routing_table_entry.h
index 8a42de73..a0e8c23d 100644
--- a/routing_table_entry.h
+++ b/routing_table_entry.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 SHILL_ROUTING_TABLE_ENTRY_
-#define SHILL_ROUTING_TABLE_ENTRY_
+#ifndef SHILL_ROUTING_TABLE_ENTRY_H_
+#define SHILL_ROUTING_TABLE_ENTRY_H_
#include <base/basictypes.h>
@@ -101,4 +101,4 @@ struct RoutingTableEntry {
} // namespace shill
-#endif // SHILL_ROUTING_TABLE_ENTRY_
+#endif // SHILL_ROUTING_TABLE_ENTRY_H_