Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Bookmarks Utils] Presubmit fixup
  • Loading branch information
akshay24495 committed Sep 6, 2024
commit c514d8f751d9ce457380a5131dbcf77ca0846cb6
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "chrome/browser/ui/bookmarks/bookmark_utils.h"

#include "base/strings/string_util.h"
#include "brave/browser/ui/bookmark/bookmark_helper.h"
#include "brave/components/constants/pref_names.h"
Expand Down
10 changes: 7 additions & 3 deletions chromium_src/chrome/browser/ui/bookmarks/bookmark_utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Copyright (c) 2024 The Brave Authors. All rights reserved.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.

#ifndef BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_UTILS_H_
#define BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_BOOKMARKS_BOOKMARKS_UTILS_H_
#ifndef BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_
#define BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_

#include "chrome/browser/ui/bookmarks/bookmark_utils.h"

Expand All @@ -11,4 +15,4 @@
std::u16string FormatBookmarkURLForDisplay
#include "../../../../../../chrome/browser/ui/bookmarks/bookmark_utils.h"
#undef FormatBookmarkURLForDisplay
#endif
#endif // BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2024 The Brave Authors. All rights reserved.
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.

#include "chrome/browser/ui/bookmarks/bookmark_utils.h"

#include "content/public/common/url_constants.h"
Expand Down