Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / storage_monitor / test_storage_monitor.cc
index 5ae4698..c7ed8e6 100644 (file)
@@ -98,15 +98,15 @@ bool TestStorageMonitor::GetStorageInfoForPath(
       StorageInfo::FIXED_MASS_STORAGE, path.AsUTF8Unsafe());
   *device_info =
       StorageInfo(device_id, path.BaseName().LossyDisplayName(), path.value(),
-                  string16(), string16(), string16(), 0);
+                  base::string16(), base::string16(), base::string16(), 0);
   return true;
 }
 
 #if defined(OS_WIN)
 bool TestStorageMonitor::GetMTPStorageInfoFromDeviceId(
     const std::string& storage_device_id,
-    string16* device_location,
-    string16* storage_object_id) const {
+    base::string16* device_location,
+    base::string16* storage_object_id) const {
   return false;
 }
 #endif