Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Unified Diff: public/web/WebCache.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebBlob.h ('k') | public/web/WebCachedURLRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCache.h
diff --git a/public/web/WebCache.h b/public/web/WebCache.h
index 28557da76ccc07ae4ffe9f203dad487d7e58ee82..5bf1178a56aa36c434b340102d6095e5edd4781d 100644
--- a/public/web/WebCache.h
+++ b/public/web/WebCache.h
@@ -48,7 +48,7 @@ public:
size_t deadSize;
};
- // A struct mirroring WebCore::MemoryCache::TypeStatistic.
+ // A struct mirroring blink::MemoryCache::TypeStatistic.
struct ResourceTypeStat {
size_t count;
size_t size;
@@ -56,7 +56,7 @@ public:
size_t decodedSize;
};
- // A struct mirroring WebCore::MemoryCache::Statistics.
+ // A struct mirroring blink::MemoryCache::Statistics.
struct ResourceTypeStats {
ResourceTypeStat images;
ResourceTypeStat cssStyleSheets;
« no previous file with comments | « public/web/WebBlob.h ('k') | public/web/WebCachedURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698