| Index: Source/platform/graphics/GraphicsLayerFactory.h
|
| diff --git a/Source/platform/graphics/GraphicsLayerFactory.h b/Source/platform/graphics/GraphicsLayerFactory.h
|
| index 7ab986b185bb00cb5a12fb7d98be4f542dfbc38b..923bdc0fb03b5b4f875ad430e0492c532f9582c8 100644
|
| --- a/Source/platform/graphics/GraphicsLayerFactory.h
|
| +++ b/Source/platform/graphics/GraphicsLayerFactory.h
|
| @@ -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
|
|
|