Index: content/public/browser/load_from_memory_cache_details.h |
diff --git a/content/public/browser/load_from_memory_cache_details.h b/content/public/browser/load_from_memory_cache_details.h |
index 93fc5556dff6e0382691896c0abe9934f798a25b..dfd1740149e63899007b113392faebbfccf7c603 100644 |
--- a/content/public/browser/load_from_memory_cache_details.h |
+++ b/content/public/browser/load_from_memory_cache_details.h |
@@ -20,7 +20,7 @@ struct LoadFromMemoryCacheDetails { |
net::CertStatus cert_status, |
const std::string& http_method, |
const std::string& mime_type, |
- ResourceType::Type resource_type); |
+ ResourceType resource_type); |
~LoadFromMemoryCacheDetails(); |
GURL url; |
@@ -29,7 +29,7 @@ struct LoadFromMemoryCacheDetails { |
net::CertStatus cert_status; |
std::string http_method; |
std::string mime_type; |
- ResourceType::Type resource_type; |
+ ResourceType resource_type; |
}; |
} // namespace content |