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>
diff --git a/mock_supplicant_bss_proxy.h b/mock_supplicant_bss_proxy.h
index 0de038b..67b31f5 100644
--- a/mock_supplicant_bss_proxy.h
+++ b/mock_supplicant_bss_proxy.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 MOCK_SUPPLICANT_BSS_PROXY_H_
-#define MOCK_SUPPLICANT_BSS_PROXY_H_
+#ifndef SHILL_MOCK_SUPPLICANT_BSS_PROXY_H_
+#define SHILL_MOCK_SUPPLICANT_BSS_PROXY_H_
 
 #include <base/basictypes.h>
 #include <gmock/gmock.h>
@@ -25,4 +25,4 @@
 
 }  // namespace shill
 
-#endif  // MOCK_SUPPLICANT_BSS_PROXY_H_
+#endif  // SHILL_MOCK_SUPPLICANT_BSS_PROXY_H_