Index: chrome/browser/chromeos/tab_closeable_state_watcher.cc |
=================================================================== |
--- chrome/browser/chromeos/tab_closeable_state_watcher.cc (revision 76500) |
+++ chrome/browser/chromeos/tab_closeable_state_watcher.cc (working copy) |
@@ -7,13 +7,13 @@ |
#include "base/command_line.h" |
#include "chrome/browser/browser_shutdown.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
-#include "chrome/browser/tab_contents/tab_contents_view.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/notification_service.h" |
#include "chrome/common/url_constants.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/tab_contents_view.h" |
namespace chromeos { |