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

Unified Diff: android_webview/native/aw_autofill_external_delegate.cc

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: move ui files Created 7 years, 7 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: android_webview/native/aw_autofill_external_delegate.cc
diff --git a/android_webview/browser/aw_autofill_external_delegate.cc b/android_webview/native/aw_autofill_external_delegate.cc
similarity index 89%
rename from android_webview/browser/aw_autofill_external_delegate.cc
rename to android_webview/native/aw_autofill_external_delegate.cc
index b50a3b9d8f548140bfbc2de6f5bd66a18aa0c1e4..c68d924b3abd0b3faf3b9922d3bcce93658dee81 100644
--- a/android_webview/browser/aw_autofill_external_delegate.cc
+++ b/android_webview/native/aw_autofill_external_delegate.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "android_webview/browser/aw_autofill_external_delegate.h"
+#include "android_webview/native/aw_autofill_external_delegate.h"
-#include "android_webview/browser/aw_autofill_manager_delegate.h"
+#include "android_webview/native/aw_autofill_manager_delegate.h"
#include "components/autofill/browser/autofill_manager.h"
#include "content/public/browser/web_contents.h"

Powered by Google App Engine
This is Rietveld 408576698