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

Unified Diff: chrome/renderer/page_load_histograms.cc

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/page_load_histograms.h ('k') | chrome/renderer/pepper/pepper_extensions_common_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/page_load_histograms.cc
diff --git a/chrome/renderer/page_load_histograms.cc b/chrome/renderer/page_load_histograms.cc
index bfe8569a7ae6ad38c75db8296c54b848d8cd8935..1ecffce885802cd6a44fd5654b95c592c8ab4ac2 100644
--- a/chrome/renderer/page_load_histograms.cc
+++ b/chrome/renderer/page_load_histograms.cc
@@ -28,10 +28,10 @@
#include "third_party/WebKit/public/web/WebView.h"
#include "url/gurl.h"
-using WebKit::WebDataSource;
-using WebKit::WebFrame;
-using WebKit::WebPerformance;
-using WebKit::WebString;
+using blink::WebDataSource;
+using blink::WebFrame;
+using blink::WebPerformance;
+using blink::WebString;
using base::Time;
using base::TimeDelta;
using content::DocumentState;
« no previous file with comments | « chrome/renderer/page_load_histograms.h ('k') | chrome/renderer/pepper/pepper_extensions_common_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698