Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / storage_monitor / storage_monitor.h
index 949573e..e723aa7 100644 (file)
@@ -105,8 +105,8 @@ class StorageMonitor {
   // persistent across sessions.
   virtual bool GetMTPStorageInfoFromDeviceId(
       const std::string& storage_device_id,
-      string16* device_location,
-      string16* storage_object_id) const = 0;
+      base::string16* device_location,
+      base::string16* storage_object_id) const = 0;
 #endif
 
 #if defined(OS_LINUX)