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

Unified Diff: chrome/browser/chrome_browser_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: chrome/browser/chrome_browser_application_mac.h
diff --git a/chrome/browser/chrome_browser_application_mac.h b/chrome/browser/chrome_browser_application_mac.h
index b696c41a213ba05b0e344b7f766ebfc181893150..53639420ff0b8eeceb92d943f617f3e3ae8a49be 100644
--- a/chrome/browser/chrome_browser_application_mac.h
+++ b/chrome/browser/chrome_browser_application_mac.h
@@ -13,7 +13,7 @@
#import "base/mac/scoped_sending_event.h"
#import "base/memory/scoped_nsobject.h"
-#import "base/message_pump_mac.h"
+#import "base/message_loop/message_pump_mac.h"
#include "base/synchronization/lock.h"
@interface BrowserCrApplication : NSApplication<CrAppProtocol,
« no previous file with comments | « base/win/text_services_message_filter.h ('k') | chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698