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

Unified Diff: webkit/child/webthemeengine_impl_mac.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (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 | « webkit/child/webthemeengine_impl_mac.h ('k') | webkit/child/webthemeengine_impl_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_mac.cc
diff --git a/webkit/child/webthemeengine_impl_mac.cc b/webkit/child/webthemeengine_impl_mac.cc
index 98525022538de1b3301baed3d8315070a128f1af..2799ad7f7ec64163f0d16394c14a0ff89951e744 100644
--- a/webkit/child/webthemeengine_impl_mac.cc
+++ b/webkit/child/webthemeengine_impl_mac.cc
@@ -10,9 +10,9 @@
#include "third_party/WebKit/public/platform/WebCanvas.h"
#include "third_party/WebKit/public/platform/WebRect.h"
-using WebKit::WebCanvas;
-using WebKit::WebRect;
-using WebKit::WebThemeEngine;
+using blink::WebCanvas;
+using blink::WebRect;
+using blink::WebThemeEngine;
namespace webkit_glue {
« no previous file with comments | « webkit/child/webthemeengine_impl_mac.h ('k') | webkit/child/webthemeengine_impl_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698