summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpClient.h')
-rw-r--r--media/mtp/MtpClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/MtpClient.h b/media/mtp/MtpClient.h
index fbbd388..8e2d979 100644
--- a/media/mtp/MtpClient.h
+++ b/media/mtp/MtpClient.h
@@ -24,6 +24,8 @@
#include "MtpUtils.h"
+namespace android {
+
class MtpClient {
private:
struct usb_endpoint *mEndpointIn;
@@ -56,4 +58,6 @@ private:
};
+}; // namespace android
+
#endif // _MTP_CLIENT_H