Skip to content

Commit

Permalink
lint fixes for #2384
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed May 13, 2019
1 parent aa79619 commit 5ac15de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion browser/ui/webui/navigation_bar_data_provider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ void NavigationBarDataProvider::Initialize(content::WebUIDataSource* source) {
"brToolbarDownloadsTitle", IDS_DOWNLOAD_TITLE);
source->AddLocalizedString(
"brToolbarHistoryTitle", IDS_HISTORY_TITLE);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ void BraveCustomizeBookmarksDataSource(content::WebUIDataSource* source) {

} // namespace

#include "../../../../../../chrome/browser/ui/webui/bookmarks/bookmarks_ui.cc"
#include "../../../../../../chrome/browser/ui/webui/bookmarks/bookmarks_ui.cc"

Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ void BraveCustomizeDownloadsDataSource(content::WebUIDataSource* source) {

} // namespace

#include "../../../../../../chrome/browser/ui/webui/downloads/downloads_ui.cc" // NOLINT
#include "../../../../../../chrome/browser/ui/webui/downloads/downloads_ui.cc" // NOLINT

3 changes: 2 additions & 1 deletion chromium_src/chrome/browser/ui/webui/history_ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ void BraveCustomizeHistoryDataSource(content::WebUIDataSource* source) {

} // namespace

#include "../../../../../chrome/browser/ui/webui/history_ui.cc"
#include "../../../../../chrome/browser/ui/webui/history_ui.cc"

0 comments on commit 5ac15de

Please sign in to comment.