| Index: Source/platform/graphics/ImageDecodingStore.cpp
|
| diff --git a/Source/platform/graphics/ImageDecodingStore.cpp b/Source/platform/graphics/ImageDecodingStore.cpp
|
| index 0340ba506ee51ca0d1cf99431878a09300885bbb..9c4040eb3ef7c583a4b8d9a39153420883173f92 100644
|
| --- a/Source/platform/graphics/ImageDecodingStore.cpp
|
| +++ b/Source/platform/graphics/ImageDecodingStore.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "platform/TraceEvent.h"
|
| #include "wtf/Threading.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -427,4 +427,4 @@ void ImageDecodingStore::removeFromCacheListInternal(const Vector<OwnPtr<CacheEn
|
| m_orderedCacheList.remove(deletionList[i].get());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|