summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpStorage.h')
-rw-r--r--media/mtp/MtpStorage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/mtp/MtpStorage.h b/media/mtp/MtpStorage.h
index 011cb81..b1d4408 100644
--- a/media/mtp/MtpStorage.h
+++ b/media/mtp/MtpStorage.h
@@ -19,6 +19,8 @@
#include "mtp.h"
+namespace android {
+
class MtpDatabase;
class SqliteStatement;
@@ -49,4 +51,6 @@ private:
int scanDirectory(const char* path, MtpObjectHandle parent);
};
+}; // namespace android
+
#endif // _MTP_STORAGE_H