summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpServer.h')
-rw-r--r--media/mtp/MtpServer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h
index 81b1c81..ca570f0 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -24,6 +24,8 @@
#include "MtpUtils.h"
+namespace android {
+
class MtpStorage;
class MtpDatabase;
@@ -83,4 +85,6 @@ private:
MtpResponseCode doGetObjectPropDesc();
};
+}; // namespace android
+
#endif // _MTP_SERVER_H