Reanchor side panel entry override due to moved file

Chromium change:

https://source.chromium.org/chromium/chromium/src/+/350cefa0021b61bf0459d084c1d6c77e2481813f

commit 350cefa0021b61bf0459d084c1d6c77e2481813f
Author: Keren Zhu <kerenzhu@chromium.org>
Date:   Fri Apr 21 18:27:55 2023 +0000

    [CR2023] ChroMenu bookmark submenu

    screenshot: https://screenshot.googleplex.com/9qLt9ox6HPWhpA2

    Wish List is not added because the feature is not ready yet.

    Bug: 1427667
This commit is contained in:
Emerick Rogul
2023-05-15 11:02:32 -04:00
parent 67216bfe6d
commit 053315964b
2 changed files with 15 additions and 15 deletions
@@ -0,0 +1,15 @@
/* Copyright (c) 2022 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_SIDE_PANEL_SIDE_PANEL_ENTRY_ID_H_
#define BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_SIDE_PANEL_SIDE_PANEL_ENTRY_ID_H_
#define kAssistant kAssistant, kPlaylist, kChatUI
#include "src/chrome/browser/ui/side_panel/side_panel_entry_id.h" // IWYU pragma: export
#undef kAssistant
#endif // BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_SIDE_PANEL_SIDE_PANEL_ENTRY_ID_H_
@@ -1,15 +0,0 @@
// Copyright (c) 2022 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 http://mozilla.org/MPL/2.0/.
#ifndef BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_SIDE_PANEL_ENTRY_H_
#define BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_SIDE_PANEL_ENTRY_H_
#define kAssistant kAssistant, kPlaylist, kChatUI
#include "src/chrome/browser/ui/views/side_panel/side_panel_entry.h" // IWYU pragma: export
#undef kAssistant
#endif // BRAVE_CHROMIUM_SRC_CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_SIDE_PANEL_ENTRY_H_