Index: chrome/browser/ui/find_bar/find_tab_helper.cc |
diff --git a/chrome/browser/ui/find_bar/find_tab_helper.cc b/chrome/browser/ui/find_bar/find_tab_helper.cc |
index 4e66a99f4cd43be1cc06a85c8d3338b0fb65cf53..a40f6d7b89205dc4a468fe758899d80fbd4c4800 100644 |
--- a/chrome/browser/ui/find_bar/find_tab_helper.cc |
+++ b/chrome/browser/ui/find_bar/find_tab_helper.cc |
@@ -17,7 +17,7 @@ |
#include "third_party/WebKit/public/web/WebFindOptions.h" |
#include "ui/gfx/rect_f.h" |
-using WebKit::WebFindOptions; |
+using blink::WebFindOptions; |
using content::WebContents; |
DEFINE_WEB_CONTENTS_USER_DATA_KEY(FindTabHelper); |