| Index: public/web/WebFontCache.h
|
| diff --git a/public/web/WebFontCache.h b/public/web/WebFontCache.h
|
| index 90c56ba3025bdb2c57509af89a53a503f2ec2543..db38a4ee69368d2c9e2f7595164192760c35e0a9 100644
|
| --- a/public/web/WebFontCache.h
|
| +++ b/public/web/WebFontCache.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // An interface to query and configure WebKit's font cache.
|
| class WebFontCache {
|
| @@ -54,6 +54,6 @@ private:
|
| WebFontCache(); // Not intended to be instanced.
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|