| Index: chrome/renderer/external_host_bindings.h
|
| diff --git a/chrome/renderer/external_host_bindings.h b/chrome/renderer/external_host_bindings.h
|
| index cd8bcdb6f09a4ca5dc7f2107d16c58403c9db6fc..d9959754c06f5d3f95733b6046aba5c9b968fc01 100644
|
| --- a/chrome/renderer/external_host_bindings.h
|
| +++ b/chrome/renderer/external_host_bindings.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CHROME_RENDERER_EXTERNAL_HOST_BINDINGS_H_
|
| #define CHROME_RENDERER_EXTERNAL_HOST_BINDINGS_H_
|
|
|
| -#include "chrome/common/ipc_message.h"
|
| #include "chrome/renderer/dom_ui_bindings.h"
|
| +#include "ipc/ipc_message.h"
|
|
|
| // ExternalHostBindings is the class backing the "externalHost" object
|
| // accessible from Javascript
|
|
|