| Index: chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm (revision 116232)
|
| +++ chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm (working copy)
|
| @@ -7,8 +7,8 @@
|
| #include "base/memory/scoped_nsobject.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/render_widget_host_view.h"
|
| -#include "content/browser/tab_contents/navigation_controller.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/notification_details.h"
|
|
|