| Index: chrome/browser/modal_html_dialog_delegate.h
|
| diff --git a/chrome/browser/modal_html_dialog_delegate.h b/chrome/browser/modal_html_dialog_delegate.h
|
| index 17c2d7d2635f9c7f8b178323c1ee0070e4e1ae21..bcd5361f6adab0280354a53077eda545e6376366 100644
|
| --- a/chrome/browser/modal_html_dialog_delegate.h
|
| +++ b/chrome/browser/modal_html_dialog_delegate.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/gfx/size.h"
|
| #include "chrome/browser/dom_ui/html_dialog_ui.h"
|
| -#include "chrome/common/ipc_message.h"
|
| #include "chrome/common/notification_registrar.h"
|
| +#include "ipc/ipc_message.h"
|
|
|
| // This class can only be used on the UI thread.
|
| class ModalHtmlDialogDelegate
|
|
|