summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpStorage.cpp')
-rw-r--r--media/mtp/MtpStorage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/mtp/MtpStorage.cpp b/media/mtp/MtpStorage.cpp
index bbdef51..d4de819 100644
--- a/media/mtp/MtpStorage.cpp
+++ b/media/mtp/MtpStorage.cpp
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <limits.h>
+namespace android {
MtpStorage::MtpStorage(MtpStorageID id, const char* filePath, MtpDatabase* db)
: mStorageID(id),
@@ -133,3 +134,5 @@ int MtpStorage::scanDirectory(const char* path, MtpObjectHandle parent)
closedir(dir);
return 0;
}
+
+} // namespace android