| Index: public/platform/WebStorageQuotaCallbacks.h
|
| diff --git a/public/platform/WebStorageQuotaCallbacks.h b/public/platform/WebStorageQuotaCallbacks.h
|
| index 02d441bdf086f53acb9e0781fc41ea4dba518e8b..fedf40b5ef09b61f4392c9ebb01729841a32ed36 100644
|
| --- a/public/platform/WebStorageQuotaCallbacks.h
|
| +++ b/public/platform/WebStorageQuotaCallbacks.h
|
| @@ -35,14 +35,11 @@
|
| #include "WebPrivatePtr.h"
|
| #include "WebStorageQuotaError.h"
|
|
|
| -namespace blink {
|
| -class StorageQuotaCallbacks;
|
| -}
|
| -
|
| namespace WTF { template <typename T> class PassOwnPtr; }
|
|
|
| namespace blink {
|
|
|
| +class StorageQuotaCallbacks;
|
| class WebStorageQuotaCallbacksPrivate;
|
|
|
| class WebStorageQuotaCallbacks {
|
| @@ -60,7 +57,7 @@ public:
|
| BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<blink::StorageQuotaCallbacks>&);
|
| + BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<StorageQuotaCallbacks>&);
|
| #endif
|
|
|
| // Callback for WebFrameClient::queryStorageUsageAndQuota.
|
|
|