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

Unified Diff: base/message_loop/message_pump_mac.mm

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 | « base/message_loop/message_pump_mac.h ('k') | base/message_loop/message_pump_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_mac.mm
diff --git a/base/message_pump_mac.mm b/base/message_loop/message_pump_mac.mm
similarity index 99%
rename from base/message_pump_mac.mm
rename to base/message_loop/message_pump_mac.mm
index 4a07cd47df708188f656e31fc814f51443845aca..a419d4818c733146c4990476dc5af86b9d5d03e3 100644
--- a/base/message_pump_mac.mm
+++ b/base/message_loop/message_pump_mac.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "base/message_pump_mac.h"
+#import "base/message_loop/message_pump_mac.h"
#import <Foundation/Foundation.h>
@@ -546,7 +546,7 @@ void MessagePumpUIApplication::Quit() {
void MessagePumpUIApplication::Attach(Delegate* delegate) {
DCHECK(!run_loop_);
- run_loop_ = new base::RunLoop();
+ run_loop_ = new RunLoop();
CHECK(run_loop_->BeforeRun());
SetDelegate(delegate);
}
« no previous file with comments | « base/message_loop/message_pump_mac.h ('k') | base/message_loop/message_pump_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698