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

Unified Diff: extensions/browser/guest_view/web_view/web_view_find_helper.cc

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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
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 {

Powered by Google App Engine
This is Rietveld 408576698