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

Unified Diff: chrome/renderer/page_load_histograms.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/renderer/net_benchmarking_extension.cc ('k') | chrome/renderer/page_load_histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/page_load_histograms.h
diff --git a/chrome/renderer/page_load_histograms.h b/chrome/renderer/page_load_histograms.h
index ac0111ef131bc52ec80765c8b63b29ceab78eace..417c2ac544e6cb34809fdf8e58794a542c695f1f 100644
--- a/chrome/renderer/page_load_histograms.h
+++ b/chrome/renderer/page_load_histograms.h
@@ -18,7 +18,7 @@ class PageLoadHistograms : public content::RenderViewObserver {
private:
// RenderViewObserver implementation.
- virtual void FrameWillClose(WebKit::WebFrame* frame) OVERRIDE;
+ virtual void FrameWillClose(blink::WebFrame* frame) OVERRIDE;
virtual void ClosePage() OVERRIDE;
// Dump all page load histograms appropriate for the given frame.
@@ -40,12 +40,12 @@ class PageLoadHistograms : public content::RenderViewObserver {
// redirect had been done (the user never requested the page)
// Also, it's possible to load a page without ever laying it out
// so first_paint and first_paint_after_load can be 0.
- void Dump(WebKit::WebFrame* frame);
+ void Dump(blink::WebFrame* frame);
void ResetCrossFramePropertyAccess();
void LogPageLoadTime(const content::DocumentState* load_times,
- const WebKit::WebDataSource* ds) const;
+ const blink::WebDataSource* ds) const;
// Site isolation metric counts.
// These are per-page-load counts, reset to 0 after they are dumped.
« no previous file with comments | « chrome/renderer/net_benchmarking_extension.cc ('k') | chrome/renderer/page_load_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698