diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 23:15:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 23:15:32 +0000 |
commit | 9bf0b36044584756132943f37a06f2fcaef7e5fb (patch) | |
tree | 6e7f6e0c831372cb1fee518bc9166c0c4331ed96 /base/mac | |
parent | bb4628ae89c01f3ed942a24405a56f58cfbee68a (diff) | |
download | chromium_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 'base/mac')
-rw-r--r-- | base/mac/scoped_sending_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mac/scoped_sending_event.h b/base/mac/scoped_sending_event.h index 62bb31f..f7637bb 100644 --- a/base/mac/scoped_sending_event.h +++ b/base/mac/scoped_sending_event.h @@ -8,7 +8,7 @@ #include "base/base_export.h" #include "base/basictypes.h" #include "base/memory/scoped_nsobject.h" -#include "base/message_loop/message_pump_mac.h" +#include "base/message_pump_mac.h" // Nested event loops can pump IPC messages, including // script-initiated tab closes, which could release objects that the |