| Index: Source/core/fetch/MemoryCache.h
|
| diff --git a/Source/core/fetch/MemoryCache.h b/Source/core/fetch/MemoryCache.h
|
| index ba1d2ca70b77225fbefd1d6c47b9202e381535d3..178680ccba9e04c579748d87084ac15eef038f26 100644
|
| --- a/Source/core/fetch/MemoryCache.h
|
| +++ b/Source/core/fetch/MemoryCache.h
|
| @@ -59,7 +59,7 @@ struct SecurityOriginHash;
|
| // Enable this macro to periodically log information about the memory cache.
|
| #undef MEMORY_CACHE_STATS
|
|
|
| -class MemoryCache : public WebKit::WebThread::TaskObserver {
|
| +class MemoryCache : public blink::WebThread::TaskObserver {
|
| WTF_MAKE_NONCOPYABLE(MemoryCache); WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| MemoryCache();
|
|
|