| Index: extensions/browser/guest_view/web_view/web_view_find_helper.cc
|
| diff --git a/chrome/browser/guest_view/web_view/web_view_find_helper.cc b/extensions/browser/guest_view/web_view/web_view_find_helper.cc
|
| similarity index 98%
|
| rename from chrome/browser/guest_view/web_view/web_view_find_helper.cc
|
| rename to extensions/browser/guest_view/web_view/web_view_find_helper.cc
|
| index de7043e0636ba7536bca785fc18b10c3f492c57b..1da288fa271ab05dfff861a90f8e9cdc7e0f6f3f 100644
|
| --- a/chrome/browser/guest_view/web_view/web_view_find_helper.cc
|
| +++ b/extensions/browser/guest_view/web_view/web_view_find_helper.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/guest_view/web_view/web_view_find_helper.h"
|
| +#include "extensions/browser/guest_view/web_view/web_view_find_helper.h"
|
|
|
| #include <utility>
|
|
|
| -#include "chrome/browser/extensions/api/web_view/web_view_internal_api.h"
|
| +#include "extensions/browser/api/web_view/web_view_internal_api.h"
|
| #include "extensions/browser/guest_view/web_view/web_view_constants.h"
|
|
|
| namespace extensions {
|
|
|