Move android::hidl to android::hardware.
Also moved Status and PersistableBundle out of their
respective 'binder' and 'os' namespaces.
Bug: 30507513
Change-Id: I8822070049a9c1b1b89753aaeb148b05b2aa851d
diff --git a/IInterface.cpp b/IInterface.cpp
index c52e8e0..b22879d 100644
--- a/IInterface.cpp
+++ b/IInterface.cpp
@@ -19,7 +19,7 @@
#include <hwbinder/IInterface.h>
namespace android {
-namespace hidl {
+namespace hardware {
// ---------------------------------------------------------------------------
@@ -47,5 +47,5 @@
// ---------------------------------------------------------------------------
-}; // namespace hidl
+}; // namespace hardware
}; // namespace android