hidl::{Parcel,Binder & friends} => hardware::\1
diff --git a/Interface.cpp b/Interface.cpp
index 9c2ad27..158f874 100644
--- a/Interface.cpp
+++ b/Interface.cpp
@@ -52,7 +52,7 @@
     if (isReader) {
         const std::string binderName = "_aidl_" + name + "_binder";
 
-        out << "::android::sp<::android::hidl::IBinder> "
+        out << "::android::sp<::android::hardware::IBinder> "
             << binderName << ";\n";
 
         out << "_aidl_err = ";