Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / ImageSource.h
index e599781..373a90d 100644 (file)
@@ -31,9 +31,8 @@
 #include "wtf/Forward.h"
 #include "wtf/Noncopyable.h"
 #include "wtf/OwnPtr.h"
-#include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class DeferredImageDecoder;
 class ImageOrientation;
@@ -133,6 +132,6 @@ private:
     GammaAndColorProfileOption m_gammaAndColorProfileOption;
 };
 
-}
+} // namespace blink
 
 #endif