summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-14 23:15:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-14 23:15:32 +0000
commit9bf0b36044584756132943f37a06f2fcaef7e5fb (patch)
tree6e7f6e0c831372cb1fee518bc9166c0c4331ed96 /webkit
parentbb4628ae89c01f3ed942a24405a56f58cfbee68a (diff)
downloadchromium_src-9bf0b36044584756132943f37a06f2fcaef7e5fb.zip
chromium_src-9bf0b36044584756132943f37a06f2fcaef7e5fb.tar.gz
chromium_src-9bf0b36044584756132943f37a06f2fcaef7e5fb.tar.bz2
Revert 206507 "Move message_pump to base/message_loop."
> Move message_pump to base/message_loop. > > This also fixes some namespace usage inside the message pump files and updates all users of these files to use the new location. > > BUG= > R=sky@chromium.org > > Review URL: https://codereview.chromium.org/17078005 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/16897005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/support/drt_application_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/drt_application_mac.h b/webkit/support/drt_application_mac.h
index 969894f..cc03508 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> {