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

Unified Diff: content/renderer/disambiguation_popup_helper.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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 | « content/renderer/devtools/devtools_client.cc ('k') | content/renderer/disambiguation_popup_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/disambiguation_popup_helper.h
diff --git a/content/renderer/disambiguation_popup_helper.h b/content/renderer/disambiguation_popup_helper.h
index 535683d691a083849f273ea26258b4a79a50a110..0238f8a562ceda7027c25240c31c5bfed0f48246 100644
--- a/content/renderer/disambiguation_popup_helper.h
+++ b/content/renderer/disambiguation_popup_helper.h
@@ -13,7 +13,7 @@ class Rect;
class Size;
}
-namespace WebKit {
+namespace blink {
struct WebRect;
}
@@ -24,7 +24,7 @@ class DisambiguationPopupHelper {
public:
CONTENT_EXPORT static float ComputeZoomAreaAndScaleFactor(
const gfx::Rect& tap_rect,
- const WebKit::WebVector<WebKit::WebRect>& target_rects,
+ const blink::WebVector<blink::WebRect>& target_rects,
const gfx::Size& screen_size,
const gfx::Size& visible_content_size,
float total_scale,
« no previous file with comments | « content/renderer/devtools/devtools_client.cc ('k') | content/renderer/disambiguation_popup_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698