Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / imports / LinkImport.h
index e56339f..dc19c86 100644 (file)
@@ -37,7 +37,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/RefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class Document;
 class HTMLImportChild;
@@ -76,6 +76,6 @@ private:
     RawPtrWillBeMember<HTMLImportChild> m_child;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // LinkImport_h