Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / imports / HTMLImportsController.h
index 4cbc5d7..ee91c47 100644 (file)
@@ -41,7 +41,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class FetchRequest;
 class ExecutionContext;
@@ -86,6 +86,6 @@ private:
     LoaderList m_loaders;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // HTMLImportsController_h