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

Unified Diff: chrome/renderer/net_benchmarking_extension.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/net/prescient_networking_dispatcher.cc ('k') | chrome/renderer/page_load_histograms.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net_benchmarking_extension.cc
diff --git a/chrome/renderer/net_benchmarking_extension.cc b/chrome/renderer/net_benchmarking_extension.cc
index 503fea3e9987f9f8f6d9a5dbe9f6efebfebf86bf..9119074d315209dea34502dd3699ff0c4e2c5fce 100644
--- a/chrome/renderer/net_benchmarking_extension.cc
+++ b/chrome/renderer/net_benchmarking_extension.cc
@@ -9,7 +9,7 @@
#include "third_party/WebKit/public/web/WebCache.h"
#include "v8/include/v8.h"
-using WebKit::WebCache;
+using blink::WebCache;
const char kNetBenchmarkingExtensionName[] = "v8/NetBenchmarking";
« no previous file with comments | « chrome/renderer/net/prescient_networking_dispatcher.cc ('k') | chrome/renderer/page_load_histograms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698