| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 648ae99feecc57a91116617720002f691c9125ba..c86eb5595514ee0b48fb3a71f36df7d16750a08a 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -27,6 +27,7 @@
|
| #include "base/sys_info.h"
|
| #include "base/time/time.h"
|
| #include "blink/public/resources/grit/blink_resources.h"
|
| +#include "content/app/strings/grit/content_strings.h"
|
| #include "content/child/child_thread.h"
|
| #include "content/child/content_child_helpers.h"
|
| #include "content/child/fling_curve_configuration.h"
|
| @@ -38,7 +39,6 @@
|
| #include "content/child/worker_task_runner.h"
|
| #include "content/public/common/content_client.h"
|
| #include "grit/webkit_resources.h"
|
| -#include "grit/webkit_strings.h"
|
| #include "net/base/data_url.h"
|
| #include "net/base/mime_util.h"
|
| #include "net/base/net_errors.h"
|
|
|