diff options
Diffstat (limited to 'webkit/quota/special_storage_policy.cc')
-rw-r--r-- | webkit/quota/special_storage_policy.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webkit/quota/special_storage_policy.cc b/webkit/quota/special_storage_policy.cc new file mode 100644 index 0000000..c428346 --- /dev/null +++ b/webkit/quota/special_storage_policy.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "webkit/quota/special_storage_policy.h" + +namespace quota { + +SpecialStoragePolicy::SpecialStoragePolicy() {} + +SpecialStoragePolicy::~SpecialStoragePolicy() {} + +} // namespace quota |