diff --git a/play-services-api/src/main/aidl/com/google/android/gms/http/IGoogleHttpService.aidl b/play-services-api/src/main/aidl/com/google/android/gms/http/IGoogleHttpService.aidl index 1503e8d1..58ea0ba5 100644 --- a/play-services-api/src/main/aidl/com/google/android/gms/http/IGoogleHttpService.aidl +++ b/play-services-api/src/main/aidl/com/google/android/gms/http/IGoogleHttpService.aidl @@ -1,5 +1,7 @@ package com.google.android.gms.http; +import android.os.Bundle; + interface IGoogleHttpService { Bundle checkUrl(String url); }