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

Unified Diff: third_party/WebKit/Source/core/style/CachedUAStyle.h

Issue 1412083007: Remove FastAllocBase.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/Source/core/style/CachedUAStyle.h
diff --git a/third_party/WebKit/Source/core/style/CachedUAStyle.h b/third_party/WebKit/Source/core/style/CachedUAStyle.h
index 87e5ce2b440fbee8ba9411bd5f996d835751f608..0c261729987b2c48df45ad408a3773eff1332f06 100644
--- a/third_party/WebKit/Source/core/style/CachedUAStyle.h
+++ b/third_party/WebKit/Source/core/style/CachedUAStyle.h
@@ -23,7 +23,7 @@
#define CachedUAStyle_h
#include "core/style/ComputedStyle.h"
-#include "wtf/FastAllocBase.h"
+#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698