diff options
Diffstat (limited to 'tools/android/common/adb_connection.h')
-rw-r--r-- | tools/android/common/adb_connection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/android/common/adb_connection.h b/tools/android/common/adb_connection.h index 48a1a6f..9d59d07 100644 --- a/tools/android/common/adb_connection.h +++ b/tools/android/common/adb_connection.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 TOOLS_ANDROID_COMMON_ADB_CONNECTION_H__ -#define TOOLS_ANDROID_COMMON_ADB_CONNECTION_H__ +#ifndef TOOLS_ANDROID_COMMON_ADB_CONNECTION_H_ +#define TOOLS_ANDROID_COMMON_ADB_CONNECTION_H_ #pragma once namespace tools { @@ -15,5 +15,5 @@ int ConnectAdbHostSocket(const char* forward_to); } // namespace tools -#endif // TOOLS_ANDROID_COMMON_ADB_CONNECTION_H__ +#endif // TOOLS_ANDROID_COMMON_ADB_CONNECTION_H_ |