summaryrefslogtreecommitdiffstats
path: root/components/webdata_services/OWNERS
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2014-12-15 15:21:56 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-15 23:22:23 +0000
commitcb955cd06650ee281f745b5a86aff7864fe44066 (patch)
treed663541ca9f25582d5de09be3844285467d404dd /components/webdata_services/OWNERS
parent81c98ba5f74cbe9e6f1a12a0b96371b65dd4374e (diff)
downloadchromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.zip
chromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.tar.gz
chromium_src-cb955cd06650ee281f745b5a86aff7864fe44066.tar.bz2
Introduce new component webdata_services
Move WebDataServiceWrapper into its own component webdata_services so that the code can be shared with iOS. The code cannot go into webdata component since it depends on other components (autofill, password_manager, search_engine, signin) that depends on webdata (as they implements the WebDataService interface). BUG=437508 Review URL: https://codereview.chromium.org/777863002 Cr-Commit-Position: refs/heads/master@{#308451}
Diffstat (limited to 'components/webdata_services/OWNERS')
-rw-r--r--components/webdata_services/OWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/webdata_services/OWNERS b/components/webdata_services/OWNERS
new file mode 100644
index 0000000..dbe16c9
--- /dev/null
+++ b/components/webdata_services/OWNERS
@@ -0,0 +1,4 @@
+pkasting@chromium.org
+
+# For sqlite stuff:
+shess@chromium.org