Commit 1186b689 authored by brettw@chromium.org's avatar brettw@chromium.org

Remove dependency on browser. It doesn't look like this is needed any more.

TEST=it compiles
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54021 0039d316-1c4b-4281-b951-d872f2087c98
parent 5bd918fe
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <string> #include <string>
#import "base/chrome_application_mac.h" #import "base/chrome_application_mac.h"
#include "chrome/browser/browser.h" // TODO(beng): this dependency is awful.
#import "chrome/browser/cocoa/focus_tracker.h" #import "chrome/browser/cocoa/focus_tracker.h"
#import "chrome/browser/cocoa/chrome_browser_window.h" #import "chrome/browser/cocoa/chrome_browser_window.h"
#import "chrome/browser/cocoa/browser_window_controller.h" #import "chrome/browser/cocoa/browser_window_controller.h"
...@@ -24,6 +23,7 @@ ...@@ -24,6 +23,7 @@
#include "chrome/browser/renderer_host/render_widget_host_view_mac.h" #include "chrome/browser/renderer_host/render_widget_host_view_mac.h"
#include "chrome/browser/tab_contents/render_view_context_menu_mac.h" #include "chrome/browser/tab_contents/render_view_context_menu_mac.h"
#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/tab_contents/tab_contents_delegate.h"
#include "chrome/common/notification_type.h" #include "chrome/common/notification_type.h"
#include "chrome/common/notification_service.h" #include "chrome/common/notification_service.h"
#include "chrome/common/render_messages.h" #include "chrome/common/render_messages.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment