Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2070)

Unified Diff: content/public/browser/load_from_memory_cache_details.h

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/load_from_memory_cache_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698