| Index: webkit/quota/quota_manager.h
|
| diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
|
| index 86e738133fe3985f400d35c603af10f9f3355244..6390b7347041da252a18aa08f32004ab4a6bed31 100644
|
| --- a/webkit/quota/quota_manager.h
|
| +++ b/webkit/quota/quota_manager.h
|
| @@ -253,8 +253,8 @@ class QuotaManager : public QuotaTaskObserver,
|
| DumpOriginInfoTableCallback;
|
|
|
| struct EvictionContext {
|
| - EvictionContext() : evicted_type(kStorageTypeUnknown) {}
|
| - virtual ~EvictionContext() {}
|
| + EvictionContext();
|
| + virtual ~EvictionContext();
|
| GURL evicted_origin;
|
| StorageType evicted_type;
|
|
|
|
|