Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / GraphicsLayerFactory.h
index 7ab986b..923bdc0 100644 (file)
@@ -29,7 +29,7 @@
 #include "platform/PlatformExport.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class GraphicsLayer;
 class GraphicsLayerClient;
@@ -41,6 +41,6 @@ public:
     virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) = 0;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // GraphicsLayerFactory_h