Skip to content

Commit b2455b1

Browse files
committed
Fixed year & format.
1 parent 87995c2 commit b2455b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/tor/test/samesite_strict_cookie_tor_browsertest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025 The Brave Authors. All rights reserved.
1+
/* Copyright (c) 2026 The Brave Authors. All rights reserved.
22
* This Source Code Form is subject to the terms of the Mozilla Public
33
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
44
* You can obtain one at https://mozilla.org/MPL/2.0/. */

chromium_src/chrome/browser/renderer_context_menu/render_view_context_menu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ void BraveRenderViewContextMenu::ExecuteCommand(int id, int event_flags) {
470470
TorProfileManager::SwitchToTorProfile(GetProfile());
471471
if (tor_browser) {
472472
OnTorProfileCreated(params_.link_url, params_.frame_origin,
473-
has_tor_window, tor_browser);
473+
has_tor_window, tor_browser);
474474
}
475475
} break;
476476
#endif

0 commit comments

Comments
 (0)