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, 2 insertions, 2 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h
index 40329c5..42261a9 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -27,7 +27,7 @@
namespace android {
class MtpStorage;
-class MtpDatabase;
+class MtpSqliteDatabase;
class MtpProperty;
class MtpServer {
@@ -39,7 +39,7 @@ private:
// path to our sqlite3 database
const char* mDatabasePath;
- MtpDatabase* mDatabase;
+ MtpSqliteDatabase* mDatabase;
// current session ID
MtpSessionID mSessionID;