| Index: Source/web/WebCache.cpp
|
| diff --git a/Source/web/WebCache.cpp b/Source/web/WebCache.cpp
|
| index c68013d8f7e27b0bb78be5d2d3ac13cbfd540f3b..a1bad40c0d94a5f0566d93ea51b6055d30f51cd6 100644
|
| --- a/Source/web/WebCache.cpp
|
| +++ b/Source/web/WebCache.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using WebCore::MemoryCache;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // A helper method for coverting a MemoryCache::TypeStatistic to a
|
| // WebCache::ResourceTypeStat.
|
| @@ -94,4 +94,4 @@ void WebCache::getResourceTypeStats(ResourceTypeStats* result)
|
| memset(result, 0, sizeof(WebCache::ResourceTypeStats));
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|