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

Unified Diff: components/autofill/browser/webdata/web_data_service_unittest.cc

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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 | « components/autofill/browser/webdata/autofill_webdata_service_observer.h ('k') | components/webdata.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/webdata/web_data_service_unittest.cc
diff --git a/components/webdata/autofill/web_data_service_unittest.cc b/components/autofill/browser/webdata/web_data_service_unittest.cc
similarity index 98%
rename from components/webdata/autofill/web_data_service_unittest.cc
rename to components/autofill/browser/webdata/web_data_service_unittest.cc
index 0f74612ff78825e854800ba366c1d9d62d5b4539..a933925a6be0aa67911a839d1dcc657ee4912399 100644
--- a/components/webdata/autofill/web_data_service_unittest.cc
+++ b/components/autofill/browser/webdata/web_data_service_unittest.cc
@@ -20,12 +20,12 @@
#include "components/autofill/browser/autofill_country.h"
#include "components/autofill/browser/autofill_profile.h"
#include "components/autofill/browser/credit_card.h"
+#include "components/autofill/browser/webdata/autofill_change.h"
+#include "components/autofill/browser/webdata/autofill_entry.h"
+#include "components/autofill/browser/webdata/autofill_table.h"
+#include "components/autofill/browser/webdata/autofill_webdata_service.h"
+#include "components/autofill/browser/webdata/autofill_webdata_service_observer.h"
#include "components/autofill/common/form_field_data.h"
-#include "components/webdata/autofill/autofill_change.h"
-#include "components/webdata/autofill/autofill_entry.h"
-#include "components/webdata/autofill/autofill_table.h"
-#include "components/webdata/autofill/autofill_webdata_service.h"
-#include "components/webdata/autofill/autofill_webdata_service_observer.h"
#include "components/webdata/common/web_data_service_test_util.h"
#include "components/webdata/common/web_database_service.h"
#include "content/public/test/test_browser_thread.h"
« no previous file with comments | « components/autofill/browser/webdata/autofill_webdata_service_observer.h ('k') | components/webdata.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698