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/TextOutput.cpp b/TextOutput.cpp
index 6a38b60..b3f78bc 100644
--- a/TextOutput.cpp
+++ b/TextOutput.cpp
@@ -26,7 +26,7 @@
#include <string.h>
namespace android {
-namespace hidl {
+namespace hardware {
// ---------------------------------------------------------------------------
@@ -167,5 +167,5 @@
return to;
}
-}; // namespace hidl
+}; // namespace hardware
}; // namespace android