| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index c1fdc78e8e526a977448cd2195ad55c3cd9883f0..d55df42692c1384d8917f7824cf41789337c70b1 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -25,6 +25,7 @@
|
| #include "components/scheduler/renderer/renderer_scheduler.h"
|
| #include "components/scheduler/renderer/webthread_impl_for_renderer_scheduler.h"
|
| #include "components/url_formatter/url_formatter.h"
|
| +#include "content/child/blob_storage/webblobregistry_impl.h"
|
| #include "content/child/database_util.h"
|
| #include "content/child/file_info_util.h"
|
| #include "content/child/fileapi/webfilesystem_impl.h"
|
| @@ -36,7 +37,6 @@
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/child/web_database_observer_impl.h"
|
| #include "content/child/web_url_loader_impl.h"
|
| -#include "content/child/webblobregistry_impl.h"
|
| #include "content/child/webfileutilities_impl.h"
|
| #include "content/child/webmessageportchannel_impl.h"
|
| #include "content/common/file_utilities_messages.h"
|
|
|