| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| index 64dc401643f7ab42148788490f5dc81e3396902a..1228ee870f94926ea05f0ce80ef0333f5c9dc898 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <string>
|
|
|
| -#import "base/chrome_application_mac.h"
|
| #include "chrome/browser/global_keyboard_shortcuts_mac.h"
|
| #include "chrome/browser/renderer_host/render_view_host.h"
|
| #include "chrome/browser/renderer_host/render_view_host_factory.h"
|
| @@ -24,6 +23,7 @@
|
| #import "chrome/browser/ui/cocoa/web_drag_source.h"
|
| #import "chrome/browser/ui/cocoa/web_drop_target.h"
|
| #import "chrome/browser/ui/cocoa/view_id_util.h"
|
| +#import "chrome/common/chrome_application_mac.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/render_messages.h"
|
|
|