summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 07:42:58 +0000
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 07:42:58 +0000
commit2fbbb356b2d20b9c2217daeba8174ac4494baf12 (patch)
treef6bafde85b0369ee4d41b149179b25a9e3c404a4 /content/content_child.gypi
parentdd60e38ba7913e156423c0bd88a8fbaea2f0c3b1 (diff)
downloadchromium_src-2fbbb356b2d20b9c2217daeba8174ac4494baf12.zip
chromium_src-2fbbb356b2d20b9c2217daeba8174ac4494baf12.tar.gz
chromium_src-2fbbb356b2d20b9c2217daeba8174ac4494baf12.tar.bz2
IndexedDB: Simplify blink public/platform implementation names
Following the move of the IndexedDB backend from Blink to Chromium, the implementations of the WebIDB${FOO} types from the Blink public/platform API are no longer proxies for objects elsewhere in the system. Simplify the file and class names appropriately. proxy_webidb${FOO}_impl.{cc,h} => webidb${FOO}_impl.{cc,h} RendererWebIDB${FOO}Impl => WebIDB{$FOO}Impl ... and git-cl format FTW! R=jam Review URL: https://codereview.chromium.org/100503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 8e3470b8..6e86237 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -60,12 +60,12 @@
'child/indexed_db/indexed_db_key_builders.h',
'child/indexed_db/indexed_db_message_filter.cc',
'child/indexed_db/indexed_db_message_filter.h',
- 'child/indexed_db/proxy_webidbcursor_impl.cc',
- 'child/indexed_db/proxy_webidbcursor_impl.h',
- 'child/indexed_db/proxy_webidbdatabase_impl.cc',
- 'child/indexed_db/proxy_webidbdatabase_impl.h',
- 'child/indexed_db/proxy_webidbfactory_impl.cc',
- 'child/indexed_db/proxy_webidbfactory_impl.h',
+ 'child/indexed_db/webidbcursor_impl.cc',
+ 'child/indexed_db/webidbcursor_impl.h',
+ 'child/indexed_db/webidbdatabase_impl.cc',
+ 'child/indexed_db/webidbdatabase_impl.h',
+ 'child/indexed_db/webidbfactory_impl.cc',
+ 'child/indexed_db/webidbfactory_impl.h',
'child/npapi/np_channel_base.cc',
'child/npapi/np_channel_base.h',
'child/npapi/npobject_base.h',