Index: Source/platform/blob/BlobRegistry.h |
diff --git a/Source/platform/blob/BlobRegistry.h b/Source/platform/blob/BlobRegistry.h |
index c55a0f03ba0eab550aa2d57e6c525e335ec4879c..3920a09375f8ab231725337956d3636441a6810b 100644 |
--- a/Source/platform/blob/BlobRegistry.h |
+++ b/Source/platform/blob/BlobRegistry.h |
@@ -36,7 +36,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/PassRefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class BlobData; |
class BlobDataHandle; |
@@ -63,6 +63,6 @@ public: |
static void unregisterStreamURL(const KURL&); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // BlobRegistry_h |