Index: Source/modules/quota/DeprecatedStorageQuota.h |
diff --git a/Source/modules/quota/DeprecatedStorageQuota.h b/Source/modules/quota/DeprecatedStorageQuota.h |
index a5cd6751514bc5f60c2e3b7895d0ce43b8c0e517..a7673ec079f3dd7c86932209c56c8e59290a5497 100644 |
--- a/Source/modules/quota/DeprecatedStorageQuota.h |
+++ b/Source/modules/quota/DeprecatedStorageQuota.h |
@@ -35,7 +35,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class StorageErrorCallback; |
@@ -67,6 +67,6 @@ private: |
Type m_type; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DeprecatedStorageQuota_h |