diff options
Diffstat (limited to 'Source/WebCore/Modules/quota/StorageQuotaCallback.h')
-rw-r--r-- | Source/WebCore/Modules/quota/StorageQuotaCallback.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/WebCore/Modules/quota/StorageQuotaCallback.h b/Source/WebCore/Modules/quota/StorageQuotaCallback.h index a7db0d391..dcd734c7b 100644 --- a/Source/WebCore/Modules/quota/StorageQuotaCallback.h +++ b/Source/WebCore/Modules/quota/StorageQuotaCallback.h @@ -28,8 +28,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef StorageQuotaCallback_h -#define StorageQuotaCallback_h +#pragma once #if ENABLE(QUOTA) @@ -43,8 +42,6 @@ public: virtual bool handleEvent(unsigned long long grantedQuotaInBytes) = 0; }; -} // namespace +} // namespace WebCore #endif // ENABLE(QUOTA) - -#endif // StorageQuotaCallback_h |