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

Unified Diff: content/renderer/fetchers/associated_resource_fetcher_impl.h

Issue 2920663002: Class/struct layout optimization for blink Resource related classes (Closed)
Patch Set: Created 3 years, 7 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/renderer/fetchers/associated_resource_fetcher_impl.h
diff --git a/content/renderer/fetchers/associated_resource_fetcher_impl.h b/content/renderer/fetchers/associated_resource_fetcher_impl.h
index 52a910586e232d1b3184bd975e89387ca3435f8c..fbbcc33e2b86cfba45c870846a74438783b53de1 100644
--- a/content/renderer/fetchers/associated_resource_fetcher_impl.h
+++ b/content/renderer/fetchers/associated_resource_fetcher_impl.h
@@ -21,7 +21,7 @@ class GURL;
namespace blink {
class WebAssociatedURLLoader;
class WebFrame;
-enum class WebCachePolicy;
+enum class WebCachePolicy : uint8_t;
}
namespace content {

Powered by Google App Engine
This is Rietveld 408576698