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

Unified Diff: chrome/browser/task_manager/task_manager.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
« no previous file with comments | « chrome/browser/task_manager/resource_provider.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager/task_manager.h
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
index dbde0ee79f83deb7afa6581967a3550269ea0efd..868329d9854bd913d994a7613ef3acf2e7da6af8 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -209,7 +209,7 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
// Gets the statuses of webkit. Return false if the resource for the given row
// isn't a renderer.
bool GetWebCoreCacheStats(int index,
- WebKit::WebCache::ResourceTypeStats* result) const;
+ blink::WebCache::ResourceTypeStats* result) const;
// Gets the GPU memory allocated of the given page.
bool GetVideoMemory(int index,
@@ -311,7 +311,7 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
void NotifyResourceTypeStats(
base::ProcessId renderer_id,
- const WebKit::WebCache::ResourceTypeStats& stats);
+ const blink::WebCache::ResourceTypeStats& stats);
void NotifyFPS(base::ProcessId renderer_id,
int routing_id,
@@ -374,7 +374,7 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
int goats_teleported;
bool is_webcore_stats_valid;
- WebKit::WebCache::ResourceTypeStats webcore_stats;
+ blink::WebCache::ResourceTypeStats webcore_stats;
bool is_fps_valid;
float fps;
« no previous file with comments | « chrome/browser/task_manager/resource_provider.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698