Index: Source/modules/quota/StorageInfo.h |
diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h |
index eb6eeca6985367cec785a8b63d6e910d7d730be5..c397172bcba410541445d2f7363fa7fcdbd38fc8 100644 |
--- a/Source/modules/quota/StorageInfo.h |
+++ b/Source/modules/quota/StorageInfo.h |
@@ -34,7 +34,7 @@ |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class StorageInfo FINAL : public GarbageCollectedFinalized<StorageInfo>, public ScriptWrappable { |
public: |
@@ -57,6 +57,6 @@ private: |
unsigned long long m_quota; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // StorageInfo_h |