diff options
Diffstat (limited to 'Source/WebKit/android/wds/client')
-rw-r--r-- | Source/WebKit/android/wds/client/AdbConnection.h | 4 | ||||
-rw-r--r-- | Source/WebKit/android/wds/client/ClientUtils.h | 4 | ||||
-rw-r--r-- | Source/WebKit/android/wds/client/Device.h | 4 | ||||
-rw-r--r-- | Source/WebKit/android/wds/client/DeviceList.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Source/WebKit/android/wds/client/AdbConnection.h b/Source/WebKit/android/wds/client/AdbConnection.h index 58bad67..93e5cda 100644 --- a/Source/WebKit/android/wds/client/AdbConnection.h +++ b/Source/WebKit/android/wds/client/AdbConnection.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef WDS_ADB_CONNECTION_H -#define WDS_ADB_CONNECTION_H +#ifndef AdbConnection_h +#define AdbConnection_h #include "DeviceList.h" diff --git a/Source/WebKit/android/wds/client/ClientUtils.h b/Source/WebKit/android/wds/client/ClientUtils.h index 5da1624..7d0db30 100644 --- a/Source/WebKit/android/wds/client/ClientUtils.h +++ b/Source/WebKit/android/wds/client/ClientUtils.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef WDS_CLIENT_UTILS_H -#define WDS_CLIENT_UTILS_H +#ifndef ClientUtils_h +#define ClientUtils_h #include <arpa/inet.h> diff --git a/Source/WebKit/android/wds/client/Device.h b/Source/WebKit/android/wds/client/Device.h index 39d4b12..101e2c3 100644 --- a/Source/WebKit/android/wds/client/Device.h +++ b/Source/WebKit/android/wds/client/Device.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef WDS_DEVICE_H -#define WDS_DEVICE_H +#ifndef Device_h +#define Device_h #include <stdlib.h> diff --git a/Source/WebKit/android/wds/client/DeviceList.h b/Source/WebKit/android/wds/client/DeviceList.h index 45bfb87..6e2691e 100644 --- a/Source/WebKit/android/wds/client/DeviceList.h +++ b/Source/WebKit/android/wds/client/DeviceList.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef WDS_DEVICE_LIST_H -#define WDS_DEVICE_LIST_H +#ifndef DeviceList_h +#define DeviceList_h #include <utils/Vector.h> |