| Index: chrome/browser/app_modal_dialog.cc
|
| diff --git a/chrome/browser/app_modal_dialog.cc b/chrome/browser/app_modal_dialog.cc
|
| index aa876ccda1f934e574d507f5428269540b62cc7d..8385626d82c0def433759da9845ab1f84e1b5ee8 100644
|
| --- a/chrome/browser/app_modal_dialog.cc
|
| +++ b/chrome/browser/app_modal_dialog.cc
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/notification_type.h"
|
| -#include "chrome/common/ipc_message.h"
|
| +#include "ipc/ipc_message.h"
|
|
|
| AppModalDialog::AppModalDialog(TabContents* tab_contents,
|
| const std::wstring& title,
|
|
|