summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpDebug.cpp')
-rw-r--r--media/mtp/MtpDebug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/mtp/MtpDebug.cpp b/media/mtp/MtpDebug.cpp
index 6d0273d..9ded6e2 100644
--- a/media/mtp/MtpDebug.cpp
+++ b/media/mtp/MtpDebug.cpp
@@ -16,6 +16,7 @@
#include "MtpDebug.h"
+namespace android {
struct OperationCodeEntry {
const char* name;
@@ -71,3 +72,5 @@ const char* MtpDebug::getOperationCodeName(MtpOperationCode code) {
}
return "*** UNKNOWN OPERATION ***";
}
+
+} // namespace android