Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / MediaFragmentURIParser.h
index df43c07..c7e69de 100644 (file)
@@ -29,7 +29,7 @@
 #include "platform/weborigin/KURL.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class KURL;
 
@@ -59,6 +59,6 @@ private:
     Vector<std::pair<String, String> > m_fragments;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif