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

Unified Diff: content/common/chrome_application_mac.h

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.h
diff --git a/content/common/chrome_application_mac.h b/content/common/chrome_application_mac.h
index 9778023dbded49d28ec3b842dd091cb78539a5c8..35e09a7d36a331c8ec9a0462eea37ba47676449b 100644
--- a/content/common/chrome_application_mac.h
+++ b/content/common/chrome_application_mac.h
@@ -11,7 +11,7 @@
#import <AppKit/AppKit.h>
#include "base/basictypes.h"
-#import "content/common/mac/scoped_sending_event.h"
+#import "base/mac/scoped_sending_event.h"
@interface CrApplication : NSApplication<CrAppControlProtocol> {
@private

Powered by Google App Engine
This is Rietveld 408576698