Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Unified Diff: webkit/support/drt_application_mac.h

Issue 17078005: Move message_pump to base/message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/desktop_aura/x11_window_event_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> {
« no previous file with comments | « ui/views/widget/desktop_aura/x11_window_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698