Index: public/platform/WebNinePatchLayer.h |
diff --git a/public/platform/WebNinePatchLayer.h b/public/platform/WebNinePatchLayer.h |
index 1279db743cc101a38658c903851a27a18671b62b..95b8af029b2f9146bad711a3d8ef55701705a148 100644 |
--- a/public/platform/WebNinePatchLayer.h |
+++ b/public/platform/WebNinePatchLayer.h |
@@ -36,7 +36,7 @@ |
#include "WebRect.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
-namespace WebKit { |
+namespace blink { |
class WebNinePatchLayer { |
public: |
@@ -46,6 +46,6 @@ public: |
virtual void setBitmap(SkBitmap, const WebRect& aperture) = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebNinePatchLayer_h |