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 f40251867e5001365aabe05b3a36cbcb8ab99de4..ed0d1e86174e0ba6d557288844fefa7aa98a3ce8 100644 |
--- a/third_party/WebKit/Source/core/style/CachedUAStyle.h |
+++ b/third_party/WebKit/Source/core/style/CachedUAStyle.h |
@@ -41,7 +41,7 @@ class CachedUAStyle { |
public: |
static std::unique_ptr<CachedUAStyle> create(const ComputedStyle* style) { |
- return wrapUnique(new CachedUAStyle(style)); |
+ return WTF::wrapUnique(new CachedUAStyle(style)); |
} |
BorderData border; |