Index: Source/platform/fonts/FontCacheClient.h |
diff --git a/Source/platform/fonts/FontCacheClient.h b/Source/platform/fonts/FontCacheClient.h |
index 2ee8682fc93351f76d4de49d01c6514f5a30c288..ebd57c0d5975a8d36a52da884a13f7ec6ed85240 100644 |
--- a/Source/platform/fonts/FontCacheClient.h |
+++ b/Source/platform/fonts/FontCacheClient.h |
@@ -35,7 +35,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT FontCacheClient : public RefCountedWillBeGarbageCollectedFinalized<FontCacheClient> { |
public: |
@@ -45,6 +45,6 @@ public: |
virtual void trace(Visitor*) { } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FontCacheClient_h |