Update for libbase.

Change-Id: I23b1281a63031a7481ea7b33c9ddbdbe7d3d6174
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp
index 5149962..bec1025 100644
--- a/EmulatedVolume.cpp
+++ b/EmulatedVolume.cpp
@@ -19,10 +19,9 @@
 #include "EmulatedVolume.h"
 #include "Utils.h"
 
+#include <base/stringprintf.h>
 #include <cutils/fs.h>
 #include <cutils/log.h>
-#include <utils/file.h>
-#include <utils/stringprintf.h>
 #include <private/android_filesystem_config.h>
 
 #include <fcntl.h>
@@ -32,6 +31,8 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 
+using android::base::StringPrintf;
+
 namespace android {
 namespace vold {