| Index: chrome/renderer/chrome_render_process_observer.cc
|
| diff --git a/chrome/renderer/chrome_render_process_observer.cc b/chrome/renderer/chrome_render_process_observer.cc
|
| index f6455ff9ebdec8a69e3469bdc31f7e0970191721..22c1852e0f16a452caf3529fa63c96e6bc5b9ca8 100644
|
| --- a/chrome/renderer/chrome_render_process_observer.cc
|
| +++ b/chrome/renderer/chrome_render_process_observer.cc
|
| @@ -37,6 +37,7 @@
|
| #include "content/public/renderer/render_thread.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/public/renderer/render_view_visitor.h"
|
| +#include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_module.h"
|
| #include "third_party/WebKit/public/web/WebCache.h"
|
| @@ -45,7 +46,6 @@
|
| #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/web/WebSecurityPolicy.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| #include "chrome/renderer/extensions/extension_localization_peer.h"
|
|
|