Index: Source/modules/quota/StorageInfo.cpp |
diff --git a/Source/modules/quota/StorageInfo.cpp b/Source/modules/quota/StorageInfo.cpp |
index 0a51cee7fb5e6183740935885ccd792d1e347b97..93a278d0addca23d647255759dafa95e7e62e766 100644 |
--- a/Source/modules/quota/StorageInfo.cpp |
+++ b/Source/modules/quota/StorageInfo.cpp |
@@ -31,7 +31,7 @@ |
#include "config.h" |
#include "modules/quota/StorageInfo.h" |
-namespace WebCore { |
+namespace blink { |
StorageInfo::StorageInfo(unsigned long long usage, unsigned long long quota) |
: m_usage(usage) |
@@ -44,4 +44,4 @@ StorageInfo::~StorageInfo() |
{ |
} |
-} // namespace WebCore |
+} // namespace blink |