| Index: webkit/quota/mock_storage_client.h
|
| diff --git a/webkit/quota/mock_storage_client.h b/webkit/quota/mock_storage_client.h
|
| index 7317c76b5f6fb196dbdb77437ae5a295ba805548..1e42b75407fa7fbc3344b438c34cf0f92a1c6050 100644
|
| --- a/webkit/quota/mock_storage_client.h
|
| +++ b/webkit/quota/mock_storage_client.h
|
| @@ -11,6 +11,7 @@
|
| #include <utility>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "base/task.h"
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -81,7 +82,7 @@ class MockStorageClient : public QuotaClient {
|
|
|
| int mock_time_counter_;
|
|
|
| - ScopedRunnableMethodFactory<MockStorageClient> runnable_factory_;
|
| + base::WeakPtrFactory<MockStorageClient> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MockStorageClient);
|
| };
|
|
|