Index: content/common/cache_storage/cache_storage_types.h |
diff --git a/content/common/cache_storage/cache_storage_types.h b/content/common/cache_storage/cache_storage_types.h |
index 22e91c0636a524fbd019cccef20e06534006c4f7..c6b55e185115f827d376b6966159d9f6fb07eaf6 100644 |
--- a/content/common/cache_storage/cache_storage_types.h |
+++ b/content/common/cache_storage/cache_storage_types.h |
@@ -24,7 +24,7 @@ struct CONTENT_EXPORT CacheStorageCacheQueryParams { |
bool ignore_search; |
bool ignore_method; |
bool ignore_vary; |
- base::string16 cache_name; |
+ std::string cache_name; |
}; |
// The type of a single batch operation in the Cache API. |