| Index: Source/web/StorageClientImpl.h
|
| diff --git a/Source/web/StorageClientImpl.h b/Source/web/StorageClientImpl.h
|
| index 019b1d37c64101ccc43d38ccf0a2235469665a45..ed3a9d518f4e4224829b8d1d37d6d8a0b913d452 100644
|
| --- a/Source/web/StorageClientImpl.h
|
| +++ b/Source/web/StorageClientImpl.h
|
| @@ -6,12 +6,14 @@
|
| #define StorageClientImpl_h
|
|
|
| #include "modules/storage/StorageClient.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class WebViewImpl;
|
|
|
| class StorageClientImpl : public StorageClient {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| explicit StorageClientImpl(WebViewImpl*);
|
|
|
|
|