Index: chrome/browser/history/history_tab_helper.cc |
=================================================================== |
--- chrome/browser/history/history_tab_helper.cc (revision 106380) |
+++ chrome/browser/history/history_tab_helper.cc (working copy) |
@@ -13,8 +13,9 @@ |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_delegate.h" |
#include "content/browser/tab_contents/title_updated_details.h" |
-#include "content/common/notification_service.h" |
#include "content/common/view_messages.h" |
+#include "content/public/browser/notification_details.h" |
+#include "content/public/browser/notification_source.h" |
#include "content/public/browser/notification_types.h" |
HistoryTabHelper::HistoryTabHelper(TabContents* tab_contents) |