Index: third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp |
diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp |
index 5894ff9e1bcbd0f9761a110452182da9ef2eda17..e7c44416191d993ea1720e04ec66c5e14cd79713 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp |
+++ b/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp |
@@ -236,7 +236,7 @@ class CacheStorageTest : public ::testing::Test { |
Cache* createCache(ScopedFetcherForTests* fetcher, |
WebServiceWorkerCache* webCache) { |
- return Cache::create(fetcher, wrapUnique(webCache)); |
+ return Cache::create(fetcher, WTF::wrapUnique(webCache)); |
} |
ScriptState* getScriptState() { |