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

Unified Diff: content/common/chrome_application_mac.mm

Issue 8724004: [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CrAppControlProtocol support to CrDrtApplication Created 9 years, 1 month 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/common/chrome_application_mac.mm
diff --git a/content/common/chrome_application_mac.mm b/content/common/chrome_application_mac.mm
index deec8b3c10c3ca2f1600ceea1d1412d597bd2f94..81b341c62568f12ebd388f0324381d43e9f5af9f 100644
--- a/content/common/chrome_application_mac.mm
+++ b/content/common/chrome_application_mac.mm
@@ -37,7 +37,7 @@
}
- (void)sendEvent:(NSEvent*)event {
- content::mac::ScopedSendingEvent sendingEventScoper;
+ base::mac::ScopedSendingEvent sendingEventScoper;
[super sendEvent:event];
}

Powered by Google App Engine
This is Rietveld 408576698