| Index: trunk/src/content/browser/storage_partition_impl_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/storage_partition_impl_unittest.cc (revision 219785)
|
| +++ trunk/src/content/browser/storage_partition_impl_unittest.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "base/threading/thread.h"
|
| #include "content/browser/browser_thread_impl.h"
|
| #include "content/browser/gpu/shader_disk_cache.h"
|
| -#include "content/browser/net/cookie_store_map.h"
|
| #include "content/browser/storage_partition_impl.h"
|
| #include "content/public/browser/storage_partition.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| @@ -110,8 +109,8 @@
|
| EXPECT_EQ(1u, Size());
|
|
|
| TestClosureCallback clear_cb;
|
| - StoragePartitionImpl sp(cache_path(), NULL, NULL, NULL, NULL, NULL, NULL,
|
| - scoped_ptr<CookieStoreMap>(), NULL);
|
| + StoragePartitionImpl sp(
|
| + cache_path(), NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE, base::Bind(&ClearData, &sp, clear_cb.callback()));
|
| clear_cb.WaitForResult();
|
|
|