| Index: public/platform/android/WebThemeEngine.h
|
| diff --git a/public/platform/android/WebThemeEngine.h b/public/platform/android/WebThemeEngine.h
|
| index 35dd82e8dc494682f43d76e8f5b31275f90741ee..ab9968cff305551d8054056c7128f6988183ca66 100644
|
| --- a/public/platform/android/WebThemeEngine.h
|
| +++ b/public/platform/android/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
|
|
|