Index: chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
diff --git a/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc b/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
index 0e9e50637f7cbfb48ef070fb2dd8426768fb310c..43607461c661f16143676d1811b3c7a9564b88df 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_tab_helper.cc |
@@ -11,10 +11,10 @@ |
#include "chrome/browser/search/search.h" |
#include "chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h" |
#include "chrome/browser/ui/bookmarks/bookmark_utils.h" |
-#include "chrome/browser/ui/sad_tab.h" |
#include "chrome/browser/ui/webui/ntp/new_tab_ui.h" |
#include "chrome/common/pref_names.h" |
#include "components/bookmarks/browser/bookmark_model.h" |
+#include "components/sad_tab/sad_tab.h" |
#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/web_contents.h" |
@@ -54,7 +54,7 @@ bool BookmarkTabHelper::ShouldShowBookmarkBar() const { |
if (web_contents()->ShowingInterstitialPage()) |
return false; |
- if (chrome::SadTab::ShouldShow(web_contents()->GetCrashedStatus())) |
+ if (sad_tab::SadTab::ShouldShow(web_contents()->GetCrashedStatus())) |
return false; |
if (!browser_defaults::bookmarks_enabled) |