| Index: public/platform/default/WebThemeEngine.h
|
| diff --git a/public/platform/default/WebThemeEngine.h b/public/platform/default/WebThemeEngine.h
|
| index f84f292d7f878e30ee3498089c8d976c15e8044b..448836596fed9b93ec50c7d2005f23836583d3a8 100644
|
| --- a/public/platform/default/WebThemeEngine.h
|
| +++ b/public/platform/default/WebThemeEngine.h
|
| @@ -35,7 +35,7 @@
|
| #include "../WebColor.h"
|
| #include "../WebSize.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebRect;
|
|
|
| @@ -147,6 +147,6 @@ public:
|
| virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|