summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-14 04:58:44 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-14 04:58:44 +0000
commit301528546d702e1d3adf2cf3ba178b556d0bb9a2 (patch)
tree42585cb0faebcd47c525d80a9318947ac6d3bd75 /components/autofill.gypi
parenteabd1732d9b306cfe229bdbde08907c0a70c25a1 (diff)
downloadchromium_src-301528546d702e1d3adf2cf3ba178b556d0bb9a2.zip
chromium_src-301528546d702e1d3adf2cf3ba178b556d0bb9a2.tar.gz
chromium_src-301528546d702e1d3adf2cf3ba178b556d0bb9a2.tar.bz2
Create an interface which SyncableServices can use for making changes directly on the Autofill DB.
TBR=akalin@chromium.org (c/b/sync/) BUG=230920 Review URL: https://chromiumcodereview.appspot.com/14679005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index b1faf29..daf6c83 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -243,8 +243,9 @@
'autofill/browser/webdata/autofill_table.cc',
'autofill/browser/webdata/autofill_table.h',
'autofill/browser/webdata/autofill_webdata.h',
- 'autofill/browser/webdata/autofill_webdata_backend.cc',
'autofill/browser/webdata/autofill_webdata_backend.h',
+ 'autofill/browser/webdata/autofill_webdata_backend_impl.cc',
+ 'autofill/browser/webdata/autofill_webdata_backend_impl.h',
'autofill/browser/webdata/autofill_webdata_service.cc',
'autofill/browser/webdata/autofill_webdata_service.h',
'autofill/browser/webdata/autofill_webdata_service_observer.h',