Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 3c8ef72908a8a81fcfb7f7542efb40d44801fb83..01d8fbf3836a3ddf31c2876ecaf3288ad93bf449 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -115,6 +115,7 @@ |
'public/browser/favicon_status.cc', |
'public/browser/favicon_status.h', |
'public/browser/file_descriptor_info.h', |
+ 'public/browser/fileapi/blob_storage_host.h', |
'public/browser/font_list_async.h', |
'public/browser/geolocation_permission_context.h', |
'public/browser/geolocation_provider.h', |
@@ -517,8 +518,8 @@ |
'browser/download/save_package.h', |
'browser/download/save_types.cc', |
'browser/download/save_types.h', |
- 'browser/fileapi/blob_storage_host.cc', |
- 'browser/fileapi/blob_storage_host.h', |
+ 'browser/fileapi/blob_storage_host_impl.cc', |
+ 'browser/fileapi/blob_storage_host_impl.h', |
'browser/fileapi/browser_file_system_helper.cc', |
'browser/fileapi/browser_file_system_helper.h', |
'browser/fileapi/chrome_blob_storage_context.cc', |