| Index: webkit/support/drt_application_mac.h
|
| diff --git a/webkit/support/drt_application_mac.h b/webkit/support/drt_application_mac.h
|
| index cc03508ecf1a3a66447f26c9a15d416512322f6b..969894f9500a064dab4b4d779cb851b1acb7f5e5 100644
|
| --- a/webkit/support/drt_application_mac.h
|
| +++ b/webkit/support/drt_application_mac.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef WEBKIT_SUPPORT_DRT_APPLICATION_MAC_H
|
| #define WEBKIT_SUPPORT_DRT_APPLICATION_MAC_H
|
|
|
| -#include "base/message_pump_mac.h"
|
| #include "base/mac/scoped_sending_event.h"
|
| +#include "base/message_loop/message_pump_mac.h"
|
|
|
| @interface CrDrtApplication : NSApplication<CrAppProtocol,
|
| CrAppControlProtocol> {
|
|
|