Index: chrome/browser/global_keyboard_shortcuts_mac.mm |
diff --git a/chrome/browser/global_keyboard_shortcuts_mac.mm b/chrome/browser/global_keyboard_shortcuts_mac.mm |
index 93272139d42aebc6967417d6944133e01fddb701..d9bd18d22894a1e830e5ed1d07bff18c669f0d7a 100644 |
--- a/chrome/browser/global_keyboard_shortcuts_mac.mm |
+++ b/chrome/browser/global_keyboard_shortcuts_mac.mm |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#import <AppKit/AppKit.h> |
-#include <Carbon/Carbon.h> |
- |
#include "chrome/browser/global_keyboard_shortcuts_mac.h" |
+#import <AppKit/AppKit.h> |
+ |
#include "base/basictypes.h" |
#include "base/logging.h" |
#include "chrome/app/chrome_command_ids.h" |