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, |