Index: webkit/appcache/appcache_storage_impl_unittest.cc |
diff --git a/webkit/appcache/appcache_storage_impl_unittest.cc b/webkit/appcache/appcache_storage_impl_unittest.cc |
index 5fccade152141a10d57e25e65a5fcc172ae75ad1..6c153a5eb4fe5c2603044cb6f6e71ab4a1754f09 100644 |
--- a/webkit/appcache/appcache_storage_impl_unittest.cc |
+++ b/webkit/appcache/appcache_storage_impl_unittest.cc |
@@ -316,7 +316,7 @@ class AppCacheStorageImplTest : public testing::Test { |
// Setup some preconditions. Make an 'unstored' cache for |
// us to load. The ctor should put it in the working set. |
int64 cache_id = storage()->NewCacheId(); |
- scoped_refptr<AppCache> cache = new AppCache(service(), cache_id); |
+ scoped_refptr<AppCache> cache(new AppCache(service(), cache_id)); |
// Conduct the test. |
storage()->LoadCache(cache_id, delegate()); |