Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / blob / BlobRegistry.h
index c55a0f0..3920a09 100644 (file)
@@ -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