| Index: Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.h b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| index 90daf028f17210a1eeb92cac113eae3905a7eaaa..93d7eecc12c96e28f91766b30a93adf40c4dbf2f 100644
|
| --- a/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| +++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SharedBuffer;
|
|
|
| @@ -52,6 +52,6 @@ private:
|
| SharedBuffer* const m_buffer;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // OpenTypeSanitizer_h
|
|
|