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

Unified Diff: content/shell/shell_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
Index: content/shell/shell_application_mac.h
diff --git a/content/shell/shell_application_mac.h b/content/shell/shell_application_mac.h
index 88b8d9eac420dc1d02111367f34c00b7024b4717..26718ac6174c6756866f3ebedd91ea3cd880a237 100644
--- a/content/shell/shell_application_mac.h
+++ b/content/shell/shell_application_mac.h
@@ -5,8 +5,8 @@
#ifndef CONTENT_SHELL_SHELL_APPLICATION_MAC_H_
#define CONTENT_SHELL_SHELL_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 ShellCrApplication : NSApplication<CrAppProtocol,
CrAppControlProtocol> {
« no previous file with comments | « content/common/gpu/media/gles2_texture_to_egl_image_translator.cc ('k') | content/test/browser_test_message_pump_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698