| Index: Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
|
| diff --git a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
|
| index 84baceba75a00d5d766e71298d1674a45210f391..1c5c91f054c67f8fc3fc56830b37396f39ba6d0e 100644
|
| --- a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
|
| +++ b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h
|
| @@ -46,7 +46,7 @@
|
| class SkTypeface;
|
| typedef uint32_t SkFontID;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class GraphicsContext;
|
| class HarfBuzzFace;
|
| @@ -138,6 +138,6 @@ private:
|
| #endif
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ifdef FontPlatformDataHarfBuzz_h
|
|
|