Index: public/platform/mac/WebThemeEngine.h |
diff --git a/public/platform/mac/WebThemeEngine.h b/public/platform/mac/WebThemeEngine.h |
index c7857022f68689f01bbf114e140a25825adb4ed1..1753c2eddd9879023aedf67e303fd1d96a605583 100644 |
--- a/public/platform/mac/WebThemeEngine.h |
+++ b/public/platform/mac/WebThemeEngine.h |
@@ -33,7 +33,7 @@ |
#include "../WebCanvas.h" |
-namespace WebKit { |
+namespace blink { |
struct WebRect; |
@@ -73,6 +73,6 @@ public: |
virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |