summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history_tab_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history_tab_ui.cc')
-rw-r--r--chrome/browser/history_tab_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history_tab_ui.cc b/chrome/browser/history_tab_ui.cc
index ea4afee..6c63f2c 100644
--- a/chrome/browser/history_tab_ui.cc
+++ b/chrome/browser/history_tab_ui.cc
@@ -69,7 +69,7 @@ const std::wstring HistoryTabUI::GetSearchButtonText() const {
return l10n_util::GetString(IDS_HISTORY_SEARCH_BUTTON);
}
-ChromeViews::View* HistoryTabUI::GetView() {
+views::View* HistoryTabUI::GetView() {
return &searchable_container_;
}