| Index: android_webview/browser/find_helper.cc
|
| diff --git a/android_webview/browser/find_helper.cc b/android_webview/browser/find_helper.cc
|
| index 56dbe49dbc656d741c483b002e287b6f0cbe7c0a..63be20c698a6eb9fa735d6b312716d1f5a18c0e8 100644
|
| --- a/android_webview/browser/find_helper.cc
|
| +++ b/android_webview/browser/find_helper.cc
|
| @@ -9,7 +9,7 @@
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/stop_find_action.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h"
|
| +#include "third_party/WebKit/public/web/WebFindOptions.h"
|
|
|
| using content::WebContents;
|
| using WebKit::WebFindOptions;
|
|
|