| Index: public/web/WebFont.h
|
| diff --git a/public/web/WebFont.h b/public/web/WebFont.h
|
| index 27dc3e06e5c52359c0b3eb33736af2855181e42b..523cee4aba9f861d8857a8a7bfaa1e554e907569 100644
|
| --- a/public/web/WebFont.h
|
| +++ b/public/web/WebFont.h
|
| @@ -35,7 +35,7 @@
|
| #include "../platform/WebColor.h"
|
| #include "../platform/WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebFontDescription;
|
| struct WebFloatPoint;
|
| @@ -95,6 +95,6 @@ public:
|
| int height, int from = 0, int to = -1) const = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|