summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpResponsePacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpResponsePacket.cpp')
-rw-r--r--media/mtp/MtpResponsePacket.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/mtp/MtpResponsePacket.cpp b/media/mtp/MtpResponsePacket.cpp
index 6ebac9e..a1979d7 100644
--- a/media/mtp/MtpResponsePacket.cpp
+++ b/media/mtp/MtpResponsePacket.cpp
@@ -20,6 +20,8 @@
#include "MtpResponsePacket.h"
+namespace android {
+
MtpResponsePacket::MtpResponsePacket()
: MtpPacket(512)
{
@@ -49,4 +51,5 @@ int MtpResponsePacket::read(struct usb_endpoint *ep) {
}
#endif
+} // namespace android