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

Unified Diff: chrome/browser/task_manager/renderer_resource.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/task_manager/renderer_resource.h
diff --git a/chrome/browser/task_manager/renderer_resource.h b/chrome/browser/task_manager/renderer_resource.h
index c588ff6c74ccaa95c8ac4221682788d8b7d4f64c..457f285140e81300265b86f00921690fd4896400 100644
--- a/chrome/browser/task_manager/renderer_resource.h
+++ b/chrome/browser/task_manager/renderer_resource.h
@@ -29,7 +29,7 @@ class RendererResource : public Resource {
virtual int GetRoutingID() const OVERRIDE;
virtual bool ReportsCacheStats() const OVERRIDE;
- virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const
+ virtual blink::WebCache::ResourceTypeStats GetWebCoreCacheStats() const
OVERRIDE;
virtual bool ReportsFPS() const OVERRIDE;
virtual float GetFPS() const OVERRIDE;
@@ -48,7 +48,7 @@ class RendererResource : public Resource {
virtual void Refresh() OVERRIDE;
virtual void NotifyResourceTypeStats(
- const WebKit::WebCache::ResourceTypeStats& stats) OVERRIDE;
+ const blink::WebCache::ResourceTypeStats& stats) OVERRIDE;
virtual void NotifyFPS(float fps) OVERRIDE;
@@ -68,7 +68,7 @@ class RendererResource : public Resource {
content::RenderViewHost* render_view_host_;
// The stats_ field holds information about resource usage in the renderer
// process and so it is updated asynchronously by the Refresh() call.
- WebKit::WebCache::ResourceTypeStats stats_;
+ blink::WebCache::ResourceTypeStats stats_;
// This flag is true if we are waiting for the renderer to report its stats.
bool pending_stats_update_;
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu_unittest.cc ('k') | chrome/browser/task_manager/renderer_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698