| Index: content/renderer/render_view_impl.cc
|
| diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
|
| index 3c12a24618c042cc5a2613ba4a397c40bf139000..7a26265a17ef11cc8178512515016351dbf61dbb 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"
|
|
|