| Index: content/renderer/render_view_impl.cc
|
| diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
|
| index 17857a686b73ffc31f1b2e2dde7349aa1e88659a..9961f05f5a0a7b3f2809272faf068dd22a28239b 100644
|
| --- a/content/renderer/render_view_impl.cc
|
| +++ b/content/renderer/render_view_impl.cc
|
| @@ -41,7 +41,6 @@
|
| #include "cc/paint/skia_paint_canvas.h"
|
| #include "content/child/appcache/appcache_dispatcher.h"
|
| #include "content/child/appcache/web_application_cache_host_impl.h"
|
| -#include "content/child/child_shared_bitmap_manager.h"
|
| #include "content/child/request_extra_data.h"
|
| #include "content/child/v8_value_converter_impl.h"
|
| #include "content/child/webmessageportchannel_impl.h"
|
| @@ -109,6 +108,7 @@
|
| #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
| #include "net/http/http_util.h"
|
| #include "ppapi/features/features.h"
|
| +#include "services/ui/public/cpp/bitmap/child_shared_bitmap_manager.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/public/platform/FilePathConversion.h"
|
| #include "third_party/WebKit/public/platform/URLConversion.h"
|
|
|