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

Unified Diff: android_webview/browser/aw_form_database_service_unittest.cc

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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
« no previous file with comments | « android_webview/browser/aw_autofill_manager_delegate.cc ('k') | build/split_link_partition.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_form_database_service_unittest.cc
diff --git a/android_webview/browser/aw_form_database_service_unittest.cc b/android_webview/browser/aw_form_database_service_unittest.cc
index bae9be3b2f3d94214b9e7ea7310afdeba9950f35..c9bebf6d57c29108c130d9024843a97c6aeb18b0 100644
--- a/android_webview/browser/aw_form_database_service_unittest.cc
+++ b/android_webview/browser/aw_form_database_service_unittest.cc
@@ -11,7 +11,7 @@
#include "base/message_loop.h"
#include "base/strings/utf_string_conversions.h"
#include "components/autofill/browser/webdata/autofill_webdata_service.h"
-#include "components/autofill/common/form_field_data.h"
+#include "components/autofill/core/common/form_field_data.h"
#include "content/public/test/test_browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util_android.h"
« no previous file with comments | « android_webview/browser/aw_autofill_manager_delegate.cc ('k') | build/split_link_partition.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698